-
```
curl -XPUT "http://localhost:9600/_node/logging" -d '{
"logger.logstash.inputs.beats" : "TRACE"
}'
```
```
"loggers" : {
"logstash.agent" : "INFO",
"logstash.api.service" :…
-
[Searched munki-dev list first and came-up empty handed so I'll toss it out here]
I think it would be super spiffy if Munki were configurable to emit log events in structured JSON format. This woul…
-
I'm using the Telegraf plugin on Windows to send some messages to InfluxDB.
The messages are getting there but when I use Chronograf to drill through to the value, the filters are not working properl…
-
# 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 …
-
- Version: 5.0
- Operating System: CentOS 7
Running latest version of Logstash and plugins seems to recycle logstash:
```
[2016-11-08T12:17:11,736][INFO ][logstash.filters.geoip ] Using geoip …
-
# 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…
-
- Version: logstash-2.3.0-1.noarch
- Operating System: Centos 7
- Sample Data: see `log`
- Steps to Reproduce: be a bit dull
1. Create filter files
2. Create pattern and change filters to point to cat…
spixx updated
7 years ago
-
It seems really strange to me that the `match` field accepts an array rather than a hash. It is also inconsistent with some other filters, such as the `grok` filter, which accepts a hash for the `matc…
-
Currently, some of the apis assume only 1 pipeline exists. With the upcoming multiple pipeline feature, this needs to be addressed, with the caveat of keeping backwards compatibility.
Single Pipeli…
-
It can be useful to decode parameters from urls.
Right now, splitting url parameters it's extremely easy using the KV filter, but not decode the parameters values.
Let's put an example using: foo.com…