Skip to content
New issue

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

Add log-run mode that submits given files to Logstash and prints the results. #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cresh
Copy link
Contributor

@cresh cresh commented Mar 26, 2020

Log-run mode is useful if you want to pass example log files through your filter
and take a look at the result. Log-run mode makes this easy by using your test
configuration so that you do not have to modify your pipeline configuration or
maintain a development pipeline configuration.

The command-line argument --logfile=LOGFILE enables log-run mode and passes
LOGFILE to Logstash and prints the result of your pipeline to stdout. You can
provide command-line argument --logfile LOGFILE multiple times. If LOGFILE
is a directory, log-run mode finds all the log files that match
--logfile-extension below the given directory and processes them (default
logfile extension is log).

@cresh
Copy link
Contributor Author

cresh commented Jun 24, 2024

I've rebased this pull request on top of current head. It is still very useful to me, maybe you want to consider accepting it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant