Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Version 2.0
Describe the issue:
I’m using the AWS ingestion pipeline (data prepper) and here I’m using the select_entries
I want to select some objects which is nested and what I found in you docs is that nested object is handled by .dotting
However the field3.name and field4.adress (see configuration) is not selected and is not feed into the index.
Do you know why? And it could also be a AWS error but they link to your data prepper docs
Configuration:
The configuration looks like this:
processor:
- select_entries:
include_keys:
- field1
- field2
- field3.name
- field4.adress