Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
V2.16.0
Describe the issue:
I’m new to OpenSearch; I have set up OpenSearch using fluent-bit to publish logs in OpenSearch. I have this all set up with indexes, and I can discover the results. All is working as expected.
I need to send a custom Webhook notification with the details of each new entry.
I have set up the channel notification and can send a test message.
Where I’m struggling is setting up the monitor and trigger. I have followed verious articles on the web with some success.
When the trigger fires, I receive it through the webhook, but I only have the cx.monitor info, I can not get it to send me the details.
Assuming what I’m trying to do has been done a thousand times.
fluent-bit Update OpenSearch
OpenSearch sends the new entry details to the custom webhook endpoint.
Could I get help setting up a monitor for that and configuring the message to include the details of the entry?
Happy to be pointed to a good article, all I have be able to found have been to generic.
Thanks in advanced
Harry