Hi to All,
last few weeks I am getting up to speed with Filebeat and ES, experience is up to now great!!
Currently i believe that i am stuck with a small issue: Namely, if i decode array from json, is it possible to extract the array as per XXXXX
in my Configuration file i have
`processors:
- decode_json_fields:
fields: ["wlan_addr"]
process_array: true
overwrite_keys: false
add_error_key: true - extract_array:
field: "wlan_addr"
mappings:
source.ip: 0
destination.ip: 1
network.transport: 2`
but the array is not extracted at.
Is it possible to firstly decode JSON and than to extract the array elements? If yes any help would be more than welcome!!
P.s.Logstash is unfortunatelly not an option
Cheers
MB