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

Can you help me to write grok pattern for this log, please? #301

Open
sirio771 opened this issue Jan 28, 2021 · 1 comment
Open

Can you help me to write grok pattern for this log, please? #301

sirio771 opened this issue Jan 28, 2021 · 1 comment

Comments

@sirio771
Copy link

[2021-01-27T11:51:18,838][INFO ][logstash.setting.writabledirectory] Creating directory {:setting=>"path.dead_letter_queue", :path=>"C:\Pippo\logstash-7.6.1\data\dead_letter_queue"}

@PriyanshNegi
Copy link

filter {
grok {
match => { "message" => "[%{TIMESTAMP_ISO8601:timestamp}][%{LOGLEVEL:loglevel}][%{DATA:logger}] %{GREEDYDATA:message}" }
}
}

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

No branches or pull requests

3 participants