-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[o365] Could not index event to Elasticsearch #37800
Comments
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
Does this happen for all documents that include that field or only some? Can you conditionally unmarshal the JSON if that field is a string type? |
@kowalczyk-p I've sent changes to handle un-parsed JSON in that field. This adds a processor to the ingest pipeline
You can add a custom pipeline that has this processor to address the issue before the fix is released. However, I think that the issue may be due to logstash (I don't have your config to check this), and in the quoted event, there is a ZWSP ( |
Filebeat 8.9.1 is fetching logs from Office365/Microsoft365 management activity API and sending them to Elasticsearch via Logstash. Recetly I observe raise in
Could not index event to Elasticsearch
errors:Sample event:
In other events OperationProperties is list of objects with "Name" and "Value" keys.
The text was updated successfully, but these errors were encountered: