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
{{ message }}
This repository was archived by the owner on Sep 21, 2023. It is now read-only.
You need to create an index template for logs-unindexable-* where you disable any mapping.
Now since the Agent isn't actually allowed to write to logs-unindexable-default because it does not have an API key.
You need to create a custom log integration and put the unindexable as the dataset name, so it will allow the agent to write to that index.
I think that is not a good UX, not very straightforward and very error prone. I would hope that the shipper / agent is responsible directly to enable this feature and with a single toggle out of Kibana I can enable a logs-unindexable, metrics-unindexable, automatically and no need for manual intervention.
Hi,
this issue is sparked by a discussion in Slack. Filebeat supports a deadletter output to index any events that ES fails todo so.
As of now one can implement the following workaround, discovered by @herrBez .
logs-unindexable-*where you disable any mapping.logs-unindexable-defaultbecause it does not have an API key.unindexableas the dataset name, so it will allow the agent to write to that index.I think that is not a good UX, not very straightforward and very error prone. I would hope that the shipper / agent is responsible directly to enable this feature and with a single toggle out of Kibana I can enable a
logs-unindexable,metrics-unindexable, automatically and no need for manual intervention.