Suyog Rao
Suyog Rao
Updated README.md for BigQuery to Elasticsearch template
Updated README.md for GCS to Elasticsearch template
Today, each Logstash instance is a _full pipeline_ -- inputs, filters and outputs stages. In large-scale Logstash deployments, users run multiple instances of Logstash in order to horizontally scale event...
`plugin install --version` fails From: https://discuss.elastic.co/t/install-specific-plugin-version/1407 ``` sudo /opt/logstash/bin/plugin install --version 0.2.5 logstash-output-elasticsearch Validating logstash-output-elasticsearch-0.2.5 Installing logstash-output-elasticsearch Plugin not found, aborting ERROR: Installation Aborted, message: You have requested: logstash-output-elasticsearch =...
The KV plugin will happily overwrite pre-existing fields in the event stream when splitting, including fields that have special meaning such as "type." Proposed feature set would include three options...
Translate as a name is not apt for this plugin. It does more than translate and probably be named logstash-filter-lookup or something. Thoughts? Is lookup too generic?
From https://github.com/elastic/logstash/issues/4132 --- This stood out to me as some unexpected behavior for the metrics plugin.. I wanted to know my events per second while the input was being consumed...
To match ingest node's [set processor](https://www.elastic.co/guide/en/elasticsearch/reference/master/set-processor.html) functionality, add `set { }` in mutate. This would mirror ingest behavior of inserting, upserting, or updating the field. Mutate's existing `update` will only...