We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've tried, but was unable to rewrite the following snippet using a parser type:
parser
parser p_ts_acs { channel { parser { csv_parser( columns( "tmp.date" "tmp.time" "MESSAGE" ) delimiters(" ") flags( strip-whitespace greedy ) ); }; rewrite(r_st_acs); }; };
Is this even possible?
The text was updated successfully, but these errors were encountered:
Unfortunately channels are not supported yet. Do you use them frequently?
Sorry, something went wrong.
I have a couple of those yes. I chose to workaround this by using a syslog_ng::config block with a template
syslog_ng::config
I add this issue to 1.1, it would be a nice feature.
No branches or pull requests
I've tried, but was unable to rewrite the following snippet using a
parser
type:Is this even possible?
The text was updated successfully, but these errors were encountered: