Export Kibana query to Kafka

Hi all, I have the following task, I need to export the kibana query results to kafka. How can I do it? Thanks!

Check if this article can help you get started: https://www.elastic.co/blog/elastic-agent-output-kafka-data-collection-streaming.

Thanks! But in my version 8.8 I don't have this option. Maybe there is another way export to kafka?

How are you integrating Elasticsearch with Kafka? Do you have an option to specify an elasticsearch query to retrieve the results you want?

One way is to perform an elasticsearch query and specify filters which match your Kibana query Query and filter context | Elasticsearch Guide [8.13] | Elastic

Yes, I have elasticsearch query and I created rule for it. After this I think I can use Webhook to push query result to kafka. Right?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.