Can not Login to freshly installed Graylog 5.1

Hello everyone,
because my Graylog 4.2 isn’t able to do Updates anymore, I wanted to setup a new installation on a new server.

I installed a freshly 5.1 Graylog on Ubuntu 22.04, using this directions:

I installed MongoDB 6.0, OpenSearch 2.5 (because I’ve read that 2.11 makes problems and I had the same problem using OpenSearch 2.11) and Graylog 5.1.

To my OpenSearch Config I just added:
cluster.name: graylog
node.name: ${HOSTNAME}
path.data: /var/lib/opensearch
path.logs: /var/log/opensearch
discovery.type: single-node
network.host: 0.0.0.0
action.auto_create_index: false
plugins.security.disabled: true

For my graylog conf I just added:
I added the hash-passwords (they seem to work fine)
and for my nginx reverse proxy following lines:

rest_listen_uri = http://127.0.0.1:9000/api/
web_listen_uri = http://127.0.0.1:9000/
http_publish_uri = https://FQDN/
http_external_uri = https://FQDN/

I stole the config for my nginx from my old working graylog 4.2 server:

server {
listen 80;
return 301 https://FQDN$request_uri;

}
server {
listen 443 ssl;
server_name FQDN;

ssl_certificate             /etc/ssl/graylog/FQDN.crt;
ssl_certificate_key         /etc/ssl/graylog/FQDN.key;

ssl_session_cache  builtin:1000  shared:SSL:10m;
ssl_protocols  TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers HIGH:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!MD5:!PSK:!RC4;
ssl_prefer_server_ciphers on;

access_log  /var/log/nginx/graylog.log;
error_log   /var/log/nginx/graylog_error.log;


location / {
  proxy_set_header Host $http_host;
  proxy_set_header X-Forwarded-Host $host;
  proxy_set_header X-Forwarded-Server $host;
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
  proxy_set_header X-Graylog-Server-URL https://$server_name/;
  proxy_pass       http://127.0.0.1:9000;
  proxy_set_header X-Graylog-Server-URL https://$server_name/;
  proxy_redirect    http://$server_name/ https://$server_name/;
 }

}

Everything seems to work fine, I can reach my server via HTTPS.
But when I want to login, I get following error:

If I’m using wrong credentials, I get an expected error:
Invalid credentials, please verify them and retry.

I also tried the exact same setup with graylog 5.2 and got the same error.

Does anyone have an idea?

My Log doesn’t say anything useful…

Any help is appreciated, thanks guys!

Helpful Posting Tips: Tips for Posting Questions that Get Answers [Hold down CTRL and link on link to open tips documents in a separate tab]

As stated here:

I changed:
In /graylog/opensearch/config/opensearch.yml

Uncommented network.host: and added 127.0.0.1 instead of ${HOSTNAME}
Uncommented http.port: 9200

But I still get the same error.

Logs say:
2023-11-28T16:10:04.693Z ERROR [VersionProbe] Unable to retrieve version from Elasticsearch node: Failed to connect to /127.0.0.1:9200. - Connection refused.
2023-11-28T16:10:04.695Z INFO [VersionProbe] Elasticsearch is not available. Retry #1
2023-11-28T16:10:09.702Z ERROR [VersionProbe] Unable to retrieve version from Elasticsearch node: Failed to connect to /127.0.0.1:9200. - Connection refused.
2023-11-28T16:10:09.703Z INFO [VersionProbe] Elasticsearch is not available. Retry #2
2023-11-28T16:10:14.704Z ERROR [VersionProbe] Unable to retrieve version from Elasticsearch node: Failed to connect to /127.0.0.1:9200. - Connection refused.
2023-11-28T16:10:14.704Z INFO [VersionProbe] Elasticsearch is not available. Retry #3
2023-11-28T16:10:19.817Z INFO [SearchDbPreflightCheck] Connected to (Elastic/Open)Search version OpenSearch:2.5.0

It doesnt write any log if I try to login, the last log is:
graylog server up and running

Whole log after starting, still getting the same error when trying to login:

2023-11-29T10:24:50.818Z INFO [ServiceManagerListener] Services are now stopped.
2023-11-29T10:49:53.918Z INFO [ImmutableFeatureFlagsCollector] Following feature flags are used: {default properties file=[cloud_inputs=on, scripting_api_preview=on, search_filter=on, preflight_web=off]}
2023-11-29T10:49:54.391Z INFO [CmdLineTool] Loaded plugin: AWS plugins 5.1.8 [org.graylog.aws.AWSPlugin]
2023-11-29T10:49:54.392Z INFO [CmdLineTool] Loaded plugin: Integrations 5.1.8 [org.graylog.integrations.IntegrationsPlugin]
2023-11-29T10:49:54.393Z INFO [CmdLineTool] Loaded plugin: Collector 5.1.8 [org.graylog.plugins.collector.CollectorPlugin]
2023-11-29T10:49:54.394Z INFO [CmdLineTool] Loaded plugin: Threat Intelligence Plugin 5.1.8+507d172 [org.graylog.plugins.threatintel.ThreatIntelPlugin]
2023-11-29T10:49:54.394Z INFO [CmdLineTool] Loaded plugin: Elasticsearch 7 Support 5.1.8+507d172 [org.graylog.storage.elasticsearch7.Elasticsearch7Plugin]
2023-11-29T10:49:54.394Z INFO [CmdLineTool] Loaded plugin: OpenSearch 2 Support 5.1.8+507d172 [org.graylog.storage.opensearch2.OpenSearch2Plugin]
2023-11-29T10:49:54.410Z INFO [CmdLineTool] Running with JVM arguments: -Xms1g -Xmx1g -XX:+UseG1GC -XX:-OmitStackTraceInFastThrow -Djdk.tls.acknowledgeCloseNotify=true -Dlog4j2.formatMsgNoLookups=true -Dlog4j.configurationFile=file:///etc/graylog/server/log4j2.xml -Djava.library.path=/usr/share/graylog-server/lib/sigar -Dgraylog2.installation_source=deb
2023-11-29T10:49:54.536Z INFO [client] MongoClient with metadata {“driver”: {“name”: “mongo-java-driver|legacy”, “version”: “4.8.1”}, “os”: {“type”: “Linux”, “name”: “Linux”, “architecture”: “amd64”, “version”: “5.15.0-89-generic”}, “platform”: “Java/Eclipse Adoptium/17.0.8+7”} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=, codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@5f117b3d]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName=‘null’, serverSelector=‘null’, clusterListeners=‘’, serverSelectionTimeout=‘30000 ms’, localThreshold=‘30000 ms’}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=, maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners=‘’, serverMonitorListeners=‘’}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName=‘null’, compressorList=, uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2023-11-29T10:49:54.538Z INFO [client] MongoClient with metadata {“driver”: {“name”: “mongo-java-driver|legacy”, “version”: “4.8.1”}, “os”: {“type”: “Linux”, “name”: “Linux”, “architecture”: “amd64”, “version”: “5.15.0-89-generic”}, “platform”: “Java/Eclipse Adoptium/17.0.8+7”} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=, codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@5f117b3d]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName=‘null’, serverSelector=‘null’, clusterListeners=‘’, serverSelectionTimeout=‘30000 ms’, localThreshold=‘30000 ms’}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=, maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners=‘’, serverMonitorListeners=‘’}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName=‘null’, compressorList=, uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2023-11-29T10:49:54.547Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
2023-11-29T10:49:54.550Z INFO [cluster] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=12308562}
2023-11-29T10:49:54.597Z INFO [MongoDBPreflightCheck] Connected to MongoDB version 6.0.12
2023-11-29T10:49:54.774Z INFO [FilePersistedNodeIdProvider] Node ID: 810aa9dc-a4e6-4b64-8f7c-efb5c5c26a56
2023-11-29T10:49:54.964Z INFO [SearchDbPreflightCheck] Connected to (Elastic/Open)Search version OpenSearch:2.5.0
2023-11-29T10:49:55.080Z INFO [Version] HV000001: Hibernate Validator null
2023-11-29T10:49:56.771Z INFO [InputBufferImpl] Message journal is enabled.
2023-11-29T10:49:56.782Z INFO [FilePersistedNodeIdProvider] Node ID: 810aa9dc-a4e6-4b64-8f7c-efb5c5c26a56
2023-11-29T10:49:56.902Z INFO [LogManager] Loading logs.
2023-11-29T10:49:56.933Z INFO [LogManager] Logs loading complete.
2023-11-29T10:49:56.935Z INFO [LocalKafkaJournal] Initialized Kafka based journal at /var/lib/graylog-server/journal
2023-11-29T10:49:56.940Z INFO [client] MongoClient with metadata {“driver”: {“name”: “mongo-java-driver|legacy”, “version”: “4.8.1”}, “os”: {“type”: “Linux”, “name”: “Linux”, “architecture”: “amd64”, “version”: “5.15.0-89-generic”}, “platform”: “Java/Eclipse Adoptium/17.0.8+7”} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=, codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@5f117b3d]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName=‘null’, serverSelector=‘null’, clusterListeners=‘’, serverSelectionTimeout=‘30000 ms’, localThreshold=‘30000 ms’}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=, maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners=‘’, serverMonitorListeners=‘’}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName=‘null’, compressorList=, uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2023-11-29T10:49:56.941Z INFO [client] MongoClient with metadata {“driver”: {“name”: “mongo-java-driver|legacy”, “version”: “4.8.1”}, “os”: {“type”: “Linux”, “name”: “Linux”, “architecture”: “amd64”, “version”: “5.15.0-89-generic”}, “platform”: “Java/Eclipse Adoptium/17.0.8+7”} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=, codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@5f117b3d]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName=‘null’, serverSelector=‘null’, clusterListeners=‘’, serverSelectionTimeout=‘30000 ms’, localThreshold=‘30000 ms’}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=, maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners=‘’, serverMonitorListeners=‘’}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName=‘null’, compressorList=, uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2023-11-29T10:49:56.942Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
2023-11-29T10:49:56.946Z INFO [cluster] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=2133141}
2023-11-29T10:49:57.033Z INFO [InputBufferImpl] Initialized InputBufferImpl with ring size <65536> and wait strategy , running 2 parallel message handlers.
2023-11-29T10:49:57.250Z INFO [ElasticsearchVersionProvider] Elasticsearch cluster is running OpenSearch:2.5.0
2023-11-29T10:49:57.625Z INFO [ProcessBuffer] Initialized ProcessBuffer with ring size <65536> and wait strategy .
2023-11-29T10:49:57.698Z INFO [OutputBuffer] Initialized OutputBuffer with ring size <65536> and wait strategy .
2023-11-29T10:49:58.845Z INFO [DbEntitiesScanner] 16 entities have been scanned and added to DB Entity Catalog, it took 970.1 ms
2023-11-29T10:49:58.995Z INFO [ServerBootstrap] Graylog server 5.1.8+507d172 starting up
2023-11-29T10:49:58.996Z INFO [ServerBootstrap] JRE: Eclipse Adoptium 17.0.8 on Linux 5.15.0-89-generic
2023-11-29T10:49:58.996Z INFO [ServerBootstrap] Deployment: deb
2023-11-29T10:49:58.996Z INFO [ServerBootstrap] OS: Ubuntu 22.04.3 LTS (jammy)
2023-11-29T10:49:58.996Z INFO [ServerBootstrap] Arch: amd64
2023-11-29T10:49:59.058Z INFO [ServerBootstrap] Running 55 migrations…
2023-11-29T10:49:59.540Z INFO [PeriodicalsService] Starting 27 periodicals …
2023-11-29T10:49:59.541Z INFO [Periodicals] Starting [org.graylog2.periodical.ThroughputCalculator] periodical in [0s], polling every [1s].
2023-11-29T10:49:59.567Z INFO [Periodicals] Starting [org.graylog.plugins.pipelineprocessor.periodical.LegacyDefaultStreamMigration] periodical, running forever.
2023-11-29T10:49:59.581Z INFO [Periodicals] Starting [org.graylog2.periodical.BatchedElasticSearchOutputFlushThread] periodical in [0s], polling every [1s].
2023-11-29T10:49:59.590Z INFO [Periodicals] Starting [org.graylog2.periodical.ClusterHealthCheckThread] periodical in [120s], polling every [20s].
2023-11-29T10:49:59.593Z INFO [PeriodicalsService] Not starting [org.graylog2.periodical.ContentPackLoaderPeriodical] periodical. Not configured to run on this node.
2023-11-29T10:49:59.594Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexerClusterCheckerThread] periodical in [5s], polling every [30s].
2023-11-29T10:49:59.601Z INFO [LegacyDefaultStreamMigration] Legacy default stream has no connections, no migration needed.
2023-11-29T10:49:59.604Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexBlockCheck] periodical in [0s], polling every [30s].
2023-11-29T10:49:59.605Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRetentionThread] periodical in [0s], polling every [300s].
2023-11-29T10:49:59.608Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRotationThread] periodical in [0s], polling every [10s].
2023-11-29T10:49:59.609Z INFO [Periodicals] Starting [org.graylog2.periodical.NodePingThread] periodical in [0s], polling every [1s].
2023-11-29T10:49:59.633Z INFO [Periodicals] Starting [org.graylog2.periodical.LeaderPresenceCheckPeriodical] periodical in [0s], polling every [5s].
2023-11-29T10:49:59.640Z INFO [Periodicals] Starting [org.graylog2.periodical.VersionCheckThread] periodical in [300s], polling every [1800s].
2023-11-29T10:49:59.673Z INFO [Periodicals] Starting [org.graylog2.periodical.ThrottleStateUpdaterThread] periodical in [1s], polling every [1s].
2023-11-29T10:49:59.677Z INFO [Periodicals] Starting [org.graylog2.events.ClusterEventPeriodical] periodical in [0s], polling every [1s].
2023-11-29T10:49:59.680Z INFO [Periodicals] Starting [org.graylog2.events.ClusterEventCleanupPeriodical] periodical in [0s], polling every [86400s].
2023-11-29T10:49:59.737Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRangesCleanupPeriodical] periodical in [15s], polling every [3600s].
2023-11-29T10:49:59.770Z INFO [Periodicals] Starting [org.graylog2.periodical.TrafficCounterCalculator] periodical in [0s], polling every [1s].
2023-11-29T10:49:59.778Z INFO [Periodicals] Starting [org.graylog2.indexer.fieldtypes.IndexFieldTypePollerPeriodical] periodical in [0s], polling every [1s].
2023-11-29T10:49:59.817Z INFO [Periodicals] Starting [org.graylog.scheduler.periodicals.ScheduleTriggerCleanUp] periodical in [120s], polling every [86400s].
2023-11-29T10:49:59.825Z INFO [Periodicals] Starting [org.graylog2.periodical.ESVersionCheckPeriodical] periodical in [0s], polling every [30s].
2023-11-29T10:49:59.833Z INFO [Periodicals] Starting [org.graylog2.periodical.UserSessionTerminationPeriodical] periodical, running forever.
2023-11-29T10:49:59.840Z INFO [Periodicals] Starting [org.graylog2.telemetry.cluster.TelemetryClusterInfoPeriodical] periodical in [0s], polling every [540s].
2023-11-29T10:49:59.841Z INFO [Periodicals] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredSidecarsThread] periodical in [0s], polling every [600s].
2023-11-29T10:49:59.841Z INFO [Periodicals] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredConfigurationUploads] periodical in [0s], polling every [600s].
2023-11-29T10:49:59.841Z INFO [Periodicals] Starting [org.graylog.plugins.views.search.db.SearchesCleanUpJob] periodical in [3600s], polling every [28800s].
2023-11-29T10:49:59.843Z INFO [Periodicals] Starting [org.graylog.events.periodicals.EventNotificationStatusCleanUp] periodical in [120s], polling every [86400s].
2023-11-29T10:49:59.843Z INFO [Periodicals] Starting [org.graylog.plugins.collector.periodical.PurgeExpiredCollectorsThread] periodical in [0s], polling every [3600s].
2023-11-29T10:50:00.639Z INFO [NetworkListener] Started listener bound to [127.0.0.1:9000]
2023-11-29T10:50:00.640Z INFO [HttpServer] [HttpServer] Started.
2023-11-29T10:50:00.640Z INFO [JerseyService] Started REST API at <127.0.0.1:9000>
2023-11-29T10:50:00.641Z INFO [ServerBootstrap] Services started, startup times in ms: {UserSessionTerminationService [RUNNING]=0, InputSetupService [RUNNING]=0, UrlWhitelistService [RUNNING]=1, LocalKafkaMessageQueueWriter [RUNNING]=1, FailureHandlingService [RUNNING]=1, PrometheusExporter [RUNNING]=3, BufferSynchronizerService [RUNNING]=6, LocalKafkaMessageQueueReader [RUNNING]=7, GracefulShutdownService [RUNNING]=16, GeoIpDbFileChangeMonitorService [RUNNING]=16, OutputSetupService [RUNNING]=21, StreamCacheService [RUNNING]=23, ConfigurationEtagService [RUNNING]=27, EtagService [RUNNING]=43, JobSchedulerService [RUNNING]=48, MongoDBProcessingStatusRecorderService [RUNNING]=50, LocalKafkaJournal [RUNNING]=50, LookupTableService [RUNNING]=53, PeriodicalsService [RUNNING]=304, JerseyService [RUNNING]=1100}
2023-11-29T10:50:00.644Z INFO [ServiceManagerListener] Services are healthy
2023-11-29T10:50:00.645Z INFO [ServerBootstrap] Graylog server up and running.
2023-11-29T10:50:00.646Z INFO [InputSetupService] Triggering launching persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running [LB:ALIVE]

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.