Thanks for your reply,
Stack: 7.10.2
Documents:
"hits" : [
{
"_index" : "emailing_stats",
"_type" : "_doc",
"_id" : "1109743855",
"_score" : 1.0,
"_source" : {
"event_id" : "1110256642",
"user_id" : "267842",
"user_status" : null,
"segment" : "marketing",
"email_type" : "Mailing tool",
"event_type" : "Delivery",
"date" : "2024-08-27 09:58:18",
"language" : "en",
"campaign" : null,
"country" : null,
"region" : "",
"user_status_id" : "0",
"email_type_id" : "12",
"lang_id" : "0",
"campaign_id" : "123456789",
"country_id" : "0",
"region_id" : "0",
"emailing_id" : null
}
},
{
"_index" : "emailing_stats",
"_type" : "_doc",
"_id" : "1109743856",
"_score" : 1.0,
"_source" : {
"event_id" : "1110256643",
"user_id" : "267842",
"user_status" : null,
"segment" : "marketing",
"email_type" : "Mailing tool",
"event_type" : "Injection",
"date" : "2024-08-27 09:58:19",
"language" : "en",
"campaign" : null,
"country" : null,
"region" : "",
"user_status_id" : "0",
"email_type_id" : "12",
"lang_id" : "0",
"campaign_id" : "123456789",
"country_id" : "0",
"region_id" : "0",
"emailing_id" : null
}
},
{
"_index" : "emailing_stats",
"_type" : "_doc",
"_id" : "1109743893",
"_score" : 1.0,
"_source" : {
"event_id" : "1110256680",
"user_id" : "267842",
"user_status" : null,
"segment" : "marketing",
"email_type" : "Mailing tool",
"event_type" : "Open",
"date" : "2024-08-27 09:58:46",
"language" : "en",
"campaign" : null,
"country" : null,
"region" : "",
"user_status_id" : "0",
"email_type_id" : "12",
"lang_id" : "0",
"campaign_id" : "123456789",
"country_id" : "0",
"region_id" : "0",
"emailing_id" : null
}
}
]
As you can see the targeted field is "event_type"
Thanks