Hi Team,
I am trying to use processors to limit data but drop fields and events not working together.
processors:
-
drop events:
regexp:
system.process.name: "svchost*" -
drop_fields:
fields: ["_id", "_index", "_score"]
ignore_missing: True
'''
Please if anyone can help.