I have the following patterns as keys in my data stored in elk indexes:
* Name
* _name
* preffered_name
* first_name
* last_name
I need to query these keys, but the key names are not fixed, so need to search keys based on substring or wildcard "name", Is there any query which can help in reteiving values of these type of keys.
Thanks