kibana-xlsx-import
kibana-xlsx-import copied to clipboard
Nested object support
Is there any way to import a field containing nested object, for example a cell containing {"field1":"value1","field2":"value2"} imported to a nested object type???
It is not possible for the moment.
It could be an enhancement, but I don't think that the uses of JSON inside a xls cell is a good idea. If your data is already JSON-formatted, think about logstash or a custom script to post your data in ES.
Feel free to suggest a PR with the functionality if you are interested in.