Hi Team,
I am using elastic apm java agent 1.49 version along with elasticsearch,kibana and apm-server with version 8.5.1
I am having few transactions wherein i see following message :
Response body: {
"accepted": 105,
"errors": [
{
"message": "event exceeded the permitted size.",
"document": "json document"
}
]
}
I tried increasing the max_event_size to 10000000 in the apm-server.yml and restarted the apm-server and then performed transactions. Still I am facing the same issue.
Are there any additional properties that needs to be in the configurations and are been missed out.
Kindly advise.
Thanks & Regards,
Namita Jaokar