Hello!
I have nested json objects like this :
{
"_index": "impe_logs-2021.11.19-1",
"_type": "_doc",
"_id": "tyu",
"_version": 1,
"_score": null,
"_source": {
"port": 54640,
"impe": {
"abp": {
"random_id": "",
"policy_id": "91",
"token_id": "",
"bot_violations": [
"known_violator_header_id",
"known_violator_user_agent",
"no_token",
"suspicious_user_agent"a
]}
"client": {
"geo": {
"name": ""
},
"domain": "",
"ip": "1.2.3.4"
}
}}}
when im trying to store in Elasticsearch :
impe.abp.policy_id 91 but i want it to be stored as policy_id 91
and client.geo.name want it as client geo name
