-
Currently plugins like the `grok` filter use files for extended configuration options like https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html#plugins-filters-grok-patterns_dir …
-
Howdy!
I was helping someone with bro/logstash stuff and I found brostash. This is a great idea!
I saw it outputs grok filters with tab separations, but the csv filter is super nice for this kind of…
-
In a scenario like the below:
```
grok{
match => { "message" => ["%{SSH_AUTH_1}","%{SSH_AUTH_2}"] }
patterns_dir => "/opt/elk/PRODSEC/logstash/config/p…
-
The `tag_on_failure` setting for the grok filter is very helpful with longer pipelines containing multiple grok filters, making it easier to locate the error in the pipeline, and more robust error han…
-
> I have confirmed this is a problem in logstash-2.1.0 as well.
I am using logstash-1.4.2 and found a grok exception happening for some of our training and testing files.
Can anyone please confirm i…
-
After discussing the issue in logstash [forum](https://discuss.elastic.co/t/logstash-2-3-4-getting-stuck-while-attempting-to-install-template-in-elasticsearch/59098) posting the issue here.
Whenever …
-
# Integration release checklist
This checklist is intended for integrations maintainers to ensure consistency
when creating or updating a Package, Module or Dataset for an Integration.
### All …
-
# Integration release checklist
Logs are syslogs, with the message part looking like this:
"message" => "Feb 3 09:37:00 sw-tes-03-rack2 00179 mgr: ST1-CMDR: SME SSH from 10.56.12.21 - MANAGER M…
-
## random memo for how to get started with grok with regex.
https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html#_custom_patterns says
` (?the pattern here)` is the basic …
-
```
curl -XPUT "http://localhost:9600/_node/logging" -d '{
"logger.logstash.inputs.beats" : "TRACE"
}'
```
```
"loggers" : {
"logstash.agent" : "INFO",
"logstash.api.service" :…