You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently running into some issues intermittently with the Logstash Output Plugin. Our current solution is passing the data through an Elastic Logstash instance with no filtering, where we can see that some logs are producing 400 errors, most logs are making it through to Dynatrace but some are running into this issue. We have been able to confirm within our Elastic solution that this issue is being caused by a 400 Error. Due to this issue being intermittent we are confident that the tenant ID and Dynatrace tokens are all valid and working as expected.
To Reproduce
Steps to reproduce the behavior:
We are currently using an output of the following within out Logstash Pipeline. As mentioned the Tenant_UUID and DT_TOKEN variables are both valid and working.
Expected behavior
I would expect there to be no 400 errors unless there was an ongoing issue.
Screenshots
Additional context
It looks like the issue has subsided recently, but due to the nature of this being an ongoing issue I would still like to raise this with yourselves.
The text was updated successfully, but these errors were encountered:
Hello. 400 errors are most often caused by invalid JSON or by exceeding some API limit. Can you please include what version of the output plugin is installed? If possible please include any relevant debug logs from your logstash instance.
Describe the bug
Hello,
I'm currently running into some issues intermittently with the Logstash Output Plugin. Our current solution is passing the data through an Elastic Logstash instance with no filtering, where we can see that some logs are producing 400 errors, most logs are making it through to Dynatrace but some are running into this issue. We have been able to confirm within our Elastic solution that this issue is being caused by a 400 Error. Due to this issue being intermittent we are confident that the tenant ID and Dynatrace tokens are all valid and working as expected.
To Reproduce
Steps to reproduce the behavior:
We are currently using an output of the following within out Logstash Pipeline. As mentioned the Tenant_UUID and DT_TOKEN variables are both valid and working.
`output {
dynatrace {
}
}`
Expected behavior
I would expect there to be no 400 errors unless there was an ongoing issue.
Screenshots
Additional context
It looks like the issue has subsided recently, but due to the nature of this being an ongoing issue I would still like to raise this with yourselves.
The text was updated successfully, but these errors were encountered: