Since November 26th, our agent has been shutting down with the following error:
ERROR logdna_agent::_main: bad request, check configuration: 400 Bad Request
In another issue I found that I can expand the agent logs with RUST_LOG=info,mz_http::client=debug. Now we get:
DEBUG mz_http::client: failed request: 400 Bad Request {"status":"not ok","errors":["local:10::Broker: Message size too large"]}
How can I get the agent to run stably again?
P.S.: Can I make the agent restart automatically so that I do not lose logs? I have Restart=on-failure in the service file, but it does not seem to work (at least for this error).
Since November 26th, our agent has been shutting down with the following error:
In another issue I found that I can expand the agent logs with
RUST_LOG=info,mz_http::client=debug. Now we get:How can I get the agent to run stably again?
P.S.: Can I make the agent restart automatically so that I do not lose logs? I have
Restart=on-failurein the service file, but it does not seem to work (at least for this error).