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
Elastic.Serilog.Sinks will not only target Elasticsearch.
Long term we will explore it sending data to our APM product, OTLP, Logstash, Elastic Agent and many others.
In my testing with an agent having the custom logs integration listening on port 8080, I'm getting an error.
System.Exception: Failure to create component template `ecs_8.11.0_agent` for logs-dotnet-*: Invalid Elasticsearch response built from a unsuccessful (405) low level call on PUT: /_component_template/ecs_8.11.0_agent
Exception: Failed to ping the specified node. Call: Status code 405 from: HEAD /
If this is not supported, is it planned?
Is there an alternate way to use Serilog to send logs via an agent? We have certain authorization considerations that will not allow us to push logs directly to our Elastic Cloud instance.
The text was updated successfully, but these errors were encountered:
Is it possible to use the Elastic.Serilog.Sinks package to send logs to an Elastic Agent having the Custom HTTP Logs integration?
From serilog-contrib/serilog-sinks-elasticsearch#486:
In my testing with an agent having the custom logs integration listening on port 8080, I'm getting an error.
Error:
If this is not supported, is it planned?
Is there an alternate way to use Serilog to send logs via an agent? We have certain authorization considerations that will not allow us to push logs directly to our Elastic Cloud instance.
The text was updated successfully, but these errors were encountered: