Move application payload inside the app_name object
change to application output from this
"data": {
"your_log": "your_value"
}
to
"data": {
"app_name": {
"your_log": "your_value"
}
}
change to application output from this
"data": {
"your_log": "your_value"
}
to
"data": {
"app_name": {
"your_log": "your_value"
}
}