
Serilog.Sinks.Graylog works from a Web API app but does not appear …
Jun 26, 2024 · This should be working but it is not. Edit: I tried version 3.0.2 of the Serilog.Graylog.Sink library in my console app and that works. Any version higher than that does not work in the Console …
Provision certificates fails in Graylog preflight UI
Sep 17, 2024 · Provision certificates fails in Graylog preflight UI Asked 1 year, 2 months ago Modified 1 year ago Viewed 905 times
Create dashboard and widgets with graylog 6.3 API
Aug 13, 2025 · I want to create Widget through bash script and Graylog 6.3 API But I didn't find the proper new API for that, like the old versions. i have created the input, stream and then search and …
ASP .NET Core Serilog+Graylog not logging exceptions
Jun 9, 2023 · Hello I have issue with serilog logging exceptions to graylog. It does not log only exceptions to graylog, but everything else is logged in graylog and everything is logged in console …
Graylog can't connect to mongodb container - Stack Overflow
Apr 13, 2023 · I can't connect my graylog container with mongodb. Each container is running, but I get error in graylog:
Graylog : None of the TrustManagers trust this certificate chain
Jun 5, 2024 · Graylog : None of the TrustManagers trust this certificate chain Asked 1 year, 6 months ago Modified 1 year, 1 month ago Viewed 2k times
c# - Serilog with Graylog not logging - Stack Overflow
May 6, 2022 · Serilog with Graylog not logging Asked 3 years, 7 months ago Modified 3 years, 5 months ago Viewed 3k times
How to change the username in graylog - Stack Overflow
Dec 8, 2022 · GRAYLOG_USERNAME="admin" GRAYLOG_ROOT_USERNAME="admin" Try to use different username. Based on my experience, changing username and password needs restart, but …
How could I manage Graylog to parse my JSON logs correctly?
Oct 23, 2018 · I have an rails app and I'm trying to configure logging to graylog. Pipeline consists of next steps: 1) Logs are written to file in JSON format by SemanticLogger gem. Log message consist of …
java - How to send log by Log4j2 to Graylog? - Stack Overflow
Oct 27, 2020 · I'm trying to integrate a java application with a graylog server on the docker. but I'm not able to send messages from my application to graylog, can someone help me? Here is my Docker …