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 have configured the datadogexporter to forward logs; However, I get "414 Request-URI Too Large" after I leave my otel pod running for a few hours. I am not sure what could contribute to this error after a few hours of running and appreciate clues to solve this issue.
Here is. error log: 2022-11-19T11:22:42.930Z error Failed to send logs {"kind": "exporter", "data_type": "logs", "name": "datadog/logs", "error": "414 Request-URI Too Large", "msg": "<html>\r\n<head><title>414 Request-URI Too Large</title></head>\r\n<body>\r\n<center><h1>414 Request-URI Too Large</h1></center>\r\n</body>\r\n</html>\r\n", "status_code": "414 Request-URI Too Large"}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have configured the datadogexporter to forward logs; However, I get "414 Request-URI Too Large" after I leave my otel pod running for a few hours. I am not sure what could contribute to this error after a few hours of running and appreciate clues to solve this issue.
Here is. error log:
2022-11-19T11:22:42.930Z error Failed to send logs {"kind": "exporter", "data_type": "logs", "name": "datadog/logs", "error": "414 Request-URI Too Large", "msg": "<html>\r\n<head><title>414 Request-URI Too Large</title></head>\r\n<body>\r\n<center><h1>414 Request-URI Too Large</h1></center>\r\n</body>\r\n</html>\r\n", "status_code": "414 Request-URI Too Large"}
Here is the config I am using:
pipeline:
logs:
exporters:
- datadog/logs
processors:
- memory_limiter
- attributes/logs
receivers:
- filelog
exporter:
datadog/logs:
sending_queue:
enabled: false
api:
key: ${DATADOG_API_KEY}
logs:
endpoint: https://http-intake.logs.datadoghq.com
receiver:
filelog:
include:
- /data/output-logs
- /data/error-output-logs
start_at: beginning
include_file_path: true
include_file_name: false
Beta Was this translation helpful? Give feedback.
All reactions