Hi all,
Is there a way to assign to some field a value of the beat.hostname field? Not to rename beat.hostname, not to smthg else, only to assign its value to another field like:
- type: log enabled: true json.keys_under_root: true json.add_error_key: true fields_under_root: true close_removed: true fields: service: storm host: beat.hostname paths: - /u01/storm/stormlog/workers-artifacts/additional_logs/json*.log
but it does not work.
ELK version 6.2.1
Thanks