Add mode to generate event per line of command output#11
Add mode to generate event per line of command output#11Jahor wants to merge 2 commits intochristiangalsterer:masterfrom
Conversation
|
@christiangalsterer, what do you think about this feature in general? That is, some possibility to produce multiple documents from one execbeat command invocation? I am just curious about the "roadmap". |
|
Here some ideas where it would be great if you can share your thoughts. Instead of creating a new You also return the output in the |
|
Thanks for your reply. Yes, it seems to be a solution for #22. |
|
Any news about this? I do think it's useful, for instance for easily obtaining metrics from things for which there are no support yet, like SMART for disks, custom systems, and more. |
Hi,
I needed a mode in which external app will produce several lines of output that can be indexed in Elasticsearch separately.
In my case it will be a JSON objects per line which in conjunction with
decode_json_fieldsprocessor will spare me time implementing custom beat for getting metrics from RabbitMQ API.It produces events like this:
from