Replies: 1 comment 1 reply
-
I could have sworn we had a feature request for ignoring lines, in addition to bytes, for the fingerprinter, but I'm not finding it now. Would you want to open one? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
We exensivly use Vector.dev to gather logs. File source is one the most useful for us. Some files (like /var/log/dirsrv//errors, /var/log/dirsrv//audit, /var/log/dirsrv/**/access) from FreeIPA server have the identical header like this:
And it may vary on dev\test\prod as well as different server. It would be great to have option to skip rows for some files.
Now we use the following config for files:
It allows us to control rotation (fingerprint.ignored_header_bytes couldn't be used because header could vary on different servers) but header lines got captured by Vector.dev and finally ingested in our backend storage (ClickHouse).
Do we have any other option (execpt some sort of Regex and so on) to skip file header?
Thanks.
Freeipa.toml
Beta Was this translation helpful? Give feedback.
All reactions