Closed ZedZipDev closed 3 years ago
I have ran Docker https://docs.graylog.org/en/4.0/pages/installation/docker.html?highlight=docker
Then I little bit corrected appjson file:
{ "Logging": { "Console": { "LogLevel": { "Default": "Debug" } }, "GELF": { "Host": "127.0.0.1", "Port": 12201, "LogSource": "console-app-1", "LogLevel": { "Default": "Debug", "Microsoft": "Debug", "Gelf.Extensions.Logging.Samples.NetCore2": "Debug", "Gelf.Extensions.Logging.Samples.NetCore2.Program": "Debug" }, "LogLevel2": { "Microsoft.AspNetCore.Mvc.Razor": "Error", "Default": "Trace" }, "AdditionalFields": { "project_name": "my-project" } } } }
3. Run the application, it works but when I go to browser http://localhost:9000/search?q=&rangetype=relative&relative=1800 I do not see any records. What I do wrong?
It works fine, need to configure the GrayLog in Docker. Thanx.
I have ran Docker https://docs.graylog.org/en/4.0/pages/installation/docker.html?highlight=docker
Then I little bit corrected appjson file: