
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 …
How to connect graylog with docker compose to already installed …
Jun 21, 2023 · 0 I have a mongodb already running in my server. and now I want to install graylog using docker-compose file that is here. I edited this file like this that I delete mongo service and edit the …
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 …
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
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 ago Viewed 2k times
graylog mongdb configuration with user password on docker-compose
Jun 30, 2021 · I'a trying to set a mongodb user password whend makeing a docker-compose file for graylog. But i can't set up the user and the password correctly. here is my docker-compose.yml : …
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 …