You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be great to allow sending data to logstash first, and not directly to ES.
sometimes (many times) it is necessary to perform additional work on the data before indexing.
what do you think?
i'm assuming it just requires to change the bulk push from using the ES restApi to just sending json to logstash.
The text was updated successfully, but these errors were encountered:
However for my use case, our ELK/Elastic Stack architecture has Kafka as the front-end message queue. For data shippers that can't send to Kafka we have Logstash Shippers to act as a proxy just in case.
But maybe a valid workaround until Logstash support is added is to set up an Elasticsearch Ingest Node.
it would be great to allow sending data to logstash first, and not directly to ES.
sometimes (many times) it is necessary to perform additional work on the data before indexing.
what do you think?
i'm assuming it just requires to change the bulk push from using the ES restApi to just sending json to logstash.
The text was updated successfully, but these errors were encountered: