Graylog almost installed (something missing)

I have spent over 3 hours trying to install graylog 3.3.1 on a FreeNAS11.3 (FreeBSD)
I still cannot access the graylog via web.

Here is my server.log.

Summary
> 2020-07-30 01:21:34,698 INFO o.g.b.CmdLineTool [main] Running with JVM arguments: -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Dapp=graylog -Dlog4j.configurationFile=/usr/local/etc/graylog/log4j2.xml -Xms256m -Xmx1g -XX:-OmitStackTraceInFastThrow -XX:+AggressiveOpts -XX:+CMSClassUnloadingEnabled -XX:+CMSConcurrentMTEnabled -XX:+CMSParallelRemarkEnabled -XX:+DisableExplicitGC -XX:+HeapDumpOnOutOfMemoryError -XX:+ResizeTLAB -XX:+UseCMSInitiatingOccupancyOnly -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:+UseFastAccessorMethods -XX:+UseParNewGC -XX:CMSInitiatingOccupancyFraction=75 -XX:NewRatio=1
> >     2020-07-30 01:21:35,182 INFO o.h.v.i.u.Version [main] HV000001: Hibernate Validator null
> >     2020-07-30 01:21:35,479 INFO o.g.s.s.s.SigarService [main] Failed to load SIGAR. Falling back to JMX implementations.
> >     2020-07-30 01:21:38,012 INFO o.g.s.b.InputBufferImpl [main] Message journal is enabled.
> >     2020-07-30 01:21:38,034 INFO o.g.p.s.NodeId [main] Node ID: 9622466f-0195-4470-a532-b22d6a8a317e
> >     2020-07-30 01:21:38,198 INFO k.l.LogManager [main] Loading logs.
> >     2020-07-30 01:21:38,246 INFO k.l.LogManager [main] Logs loading complete.
> >     2020-07-30 01:21:38,251 INFO o.g.s.j.KafkaJournal [main] Initialized Kafka based journal at /usr/local/etc/graylog/data/journal
> >     2020-07-30 01:21:38,282 INFO o.m.d.cluster [main] Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=5000}
> >     2020-07-30 01:21:38,337 INFO o.m.d.cluster [main] Cluster description not yet available. Waiting for 30000 ms before timing out
> >     2020-07-30 01:21:38,359 INFO o.m.d.connection [cluster-ClusterId{value='5f2283124c88d02bfaa60e20', description='null'}-localhost:27017] Opened connection [connectionId{localValue:1, serverValue:13}] to localhost:27017
> >     2020-07-30 01:21:38,364 INFO o.m.d.cluster [cluster-ClusterId{value='5f2283124c88d02bfaa60e20', description='null'}-localhost:27017] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 18]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=3184707}
> >     2020-07-30 01:21:38,381 INFO o.m.d.connection [main] Opened connection [connectionId{localValue:2, serverValue:14}] to localhost:27017
> >     2020-07-30 01:21:38,697 INFO o.g.s.b.InputBufferImpl [main] Initialized InputBufferImpl with ring size <65536> and wait strategy <BlockingWaitStrategy>, running 2 parallel message handlers.
> >     2020-07-30 01:21:38,978 INFO i.s.c.AbstractJestClient [main] Setting server pool to a list of 1 servers: [http://127.0.0.1:9200]
> >     2020-07-30 01:21:38,979 INFO i.s.c.JestClientFactory [main] Using multi thread/connection supporting pooling connection manager
> >     2020-07-30 01:21:39,082 INFO i.s.c.JestClientFactory [main] Using custom ObjectMapper instance
> >     2020-07-30 01:21:39,082 INFO i.s.c.JestClientFactory [main] Node Discovery disabled...
> >     2020-07-30 01:21:39,082 INFO i.s.c.JestClientFactory [main] Idle connection reaping disabled...
> >     2020-07-30 01:21:39,691 INFO o.g.s.b.ProcessBuffer [main] Initialized ProcessBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
> >     2020-07-30 01:21:39,865 WARN o.g.p.m.g.GeoIpResolverEngine [main] GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
> >     2020-07-30 01:21:39,873 INFO o.g.b.OutputBuffer [main] Initialized OutputBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
> >     2020-07-30 01:21:39,904 WARN o.g.p.m.g.GeoIpResolverEngine [main] GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
> >     2020-07-30 01:21:39,938 WARN o.g.p.m.g.GeoIpResolverEngine [main] GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
> >     2020-07-30 01:21:39,972 WARN o.g.p.m.g.GeoIpResolverEngine [main] GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
> >     2020-07-30 01:21:40,001 WARN o.g.p.m.g.GeoIpResolverEngine [main] GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
> >     2020-07-30 01:21:40,644 INFO o.g.b.ServerBootstrap [main] Graylog server 3.3.1+e2d4365 starting up
> >     2020-07-30 01:21:40,645 INFO o.g.b.ServerBootstrap [main] JRE: Oracle Corporation 1.8.0_252 on FreeBSD 11.3-RELEASE-p9
> >     2020-07-30 01:21:40,645 INFO o.g.b.ServerBootstrap [main] Deployment: unknown
> >     2020-07-30 01:21:40,645 INFO o.g.b.ServerBootstrap [main] OS: FreeBSD
> >     2020-07-30 01:21:40,645 INFO o.g.b.ServerBootstrap [main] Arch: amd64
> >     2020-07-30 01:21:40,674 INFO o.g.s.i.PeriodicalsService [PeriodicalsService STARTING] Starting 29 periodicals ...
> >     2020-07-30 01:21:40,676 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.ThroughputCalculator] periodical in [0s], polling every [1s].
> >     2020-07-30 01:21:40,687 INFO o.m.d.connection [PeriodicalsService STARTING] Opened connection [connectionId{localValue:4, serverValue:16}] to localhost:27017
> > 2020-07-30 01:21:40,687 INFO o.m.d.connection [StreamCacheService STARTING] Opened connection [connectionId{localValue:3, serverValue:15}] to localhost:27017
> > 2020-07-30 01:21:40,686 INFO o.m.d.connection [LookupTableService STARTING] Opened connection [connectionId{localValue:5, serverValue:17}] to localhost:27017
> > 2020-07-30 01:21:40,689 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog.plugins.pipelineprocessor.periodical.LegacyDefaultStreamMigration] periodical, running forever.
> > 2020-07-30 01:21:40,690 INFO o.g.s.i.PeriodicalsService [PeriodicalsService STARTING] Not starting [org.graylog2.periodical.AlertScannerThread] periodical. Not configured to run on this node.
> > 2020-07-30 01:21:40,690 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.BatchedElasticSearchOutputFlushThread] periodical in [0s], polling every [1s].
> > 2020-07-30 01:21:40,693 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.ClusterHealthCheckThread] periodical in [120s], polling every [20s].
> > 2020-07-30 01:21:40,696 INFO o.g.s.i.PeriodicalsService [PeriodicalsService STARTING] Not starting [org.graylog2.periodical.ContentPackLoaderPeriodical] periodical. Not configured to run on this node.
> > 2020-07-30 01:21:40,697 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.GarbageCollectionWarningThread] periodical, running forever.
> > 2020-07-30 01:21:40,696 INFO o.g.p.p.p.LegacyDefaultStreamMigration [periodical-org.graylog.plugins.pipelineprocessor.periodical.LegacyDefaultStreamMigration-0] Legacy default stream has no connections, no migration needed.
> > 2020-07-30 01:21:40,698 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.IndexerClusterCheckerThread] periodical in [0s], polling every [30s].
> > 2020-07-30 01:21:40,700 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.IndexRetentionThread] periodical in [0s], polling every [300s].
> > 2020-07-30 01:21:40,701 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.IndexRotationThread] periodical in [0s], polling every [10s].
> > 2020-07-30 01:21:40,702 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.NodePingThread] periodical in [0s], polling every [1s].
> > 2020-07-30 01:21:40,704 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.VersionCheckThread] periodical in [300s], polling every [1800s].
> > 2020-07-30 01:21:40,704 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.ThrottleStateUpdaterThread] periodical in [1s], polling every [1s].
> > 2020-07-30 01:21:40,707 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.events.ClusterEventPeriodical] periodical in [0s], polling every [1s].
> > 2020-07-30 01:21:40,708 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.events.ClusterEventCleanupPeriodical] periodical in [0s], polling every [86400s].
> > 2020-07-30 01:21:40,709 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.ClusterIdGeneratorPeriodical] periodical, running forever.
> > 2020-07-30 01:21:40,711 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.IndexRangesMigrationPeriodical] periodical, running forever.
> > 2020-07-30 01:21:40,711 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.IndexRangesCleanupPeriodical] periodical in [15s], polling every [3600s].
> > 2020-07-30 01:21:40,731 INFO o.g.s.i.PeriodicalsService [PeriodicalsService STARTING] Not starting [org.graylog2.periodical.UserPermissionMigrationPeriodical] periodical. Not configured to run on this node.
> > 2020-07-30 01:21:40,732 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.ConfigurationManagementPeriodical] periodical, running forever.
> > 2020-07-30 01:21:40,735 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.LdapGroupMappingMigration] periodical, running forever.
> > 2020-07-30 01:21:40,737 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.IndexFailuresPeriodical] periodical, running forever.
> > 2020-07-30 01:21:40,738 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.TrafficCounterCalculator] periodical in [0s], polling every [1s].
> > 2020-07-30 01:21:40,740 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.indexer.fieldtypes.IndexFieldTypePollerPeriodical] periodical in [0s], polling every [3600s].
> > 2020-07-30 01:21:40,741 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog.scheduler.periodicals.ScheduleTriggerCleanUp] periodical in [120s], polling every [86400s].
> > 2020-07-30 01:21:40,745 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredSidecarsThread] periodical in [0s], polling every [600s].
> > 2020-07-30 01:21:40,750 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredConfigurationUploads] periodical in [0s], polling every [600s].
> > 2020-07-30 01:21:40,755 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog.plugins.views.search.db.SearchesCleanUpJob] periodical in [3600s], polling every [28800s].
> > 2020-07-30 01:21:40,755 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog.events.periodicals.EventNotificationStatusCleanUp] periodical in [120s], polling every [86400s].
> > 2020-07-30 01:21:40,819 INFO o.g.s.i.JerseyService [JerseyService STARTING] Enabling CORS for HTTP endpoint
> > 2020-07-30 01:21:40,994 INFO o.m.d.connection [scheduled-2] Opened connection [connectionId{localValue:6, serverValue:18}] to localhost:27017
> > 2020-07-30 01:22:16,454 INFO o.g.g.h.s.NetworkListener [JerseyService STARTING] Started listener bound to [127.0.0.1:9000]
> > 2020-07-30 01:22:16,456 INFO o.g.g.h.s.HttpServer [JerseyService STARTING] [HttpServer] Started.
> > 2020-07-30 01:22:16,456 INFO o.g.s.i.JerseyService [JerseyService STARTING] Started REST API at <127.0.0.1:9000>
> > 2020-07-30 01:22:16,456 INFO o.g.s.i.ServiceManagerListener [JerseyService STARTING] Services are healthy
> > 2020-07-30 01:22:16,457 INFO o.g.s.i.InputSetupService [eventbus-handler-1] Triggering launching persisted inputs, node transitioned from Uninitialized?[LB:DEAD] to Running?[LB:ALIVE]
> > 2020-07-30 01:22:16,457 INFO o.g.b.ServerBootstrap [main] Services started, startup times in ms: {GracefulShutdownService [RUNNING]=1, JournalReader [RUNNING]=1, OutputSetupService [RUNNING]=2, UrlWhitelistService [RUNNING]=2, BufferSynchronizerService [RUNNING]=3, EtagService [RUNNING]=3, InputSetupService [RUNNING]=3, KafkaJournal [RUNNING]=3, JobSchedulerService [RUNNING]=4, MongoDBProcessingStatusRecorderService [RUNNING]=23, LookupTableService [RUNNING]=30, StreamCacheService [RUNNING]=52, PeriodicalsService [RUNNING]=84, JerseyService [RUNNING]=35782}
> 2020-07-30 01:22:16,462 INFO o.g.b.ServerBootstrap [main] Graylog server up and running.

After this 3 hours, please spend 5 minutes with forum rules, include log formatting.

An 2 minutes with log reading.
You are listening on localhost address, so you won’t access anywhere else.
change the address in your server.conf.

https://docs.graylog.org/en/3.3/pages/configuration/server.conf.html#web-rest-api

1 Like

Thank you @macko003. I think i have cleaned up my server log correctly now.
I just changed the IP after posting as was able to get a web interface but now i see
Server Currently Unavailable
server

New Log

Server.Log
> 2020-07-30 01:58:23,519 INFO o.g.s.b.InputBufferImpl [main] Message journal is enabled.
> 2020-07-30 01:58:23,540 INFO o.g.p.s.NodeId [main] Node ID: 9622466f-0195-4470-a532-b22d6a8a317e
> 2020-07-30 01:58:23,703 INFO k.l.LogManager [main] Loading logs.
> 2020-07-30 01:58:23,740 INFO k.l.LogManager [main] Logs loading complete.
> 2020-07-30 01:58:23,745 INFO o.g.s.j.KafkaJournal [main] Initialized Kafka based journal at /usr/local/etc/graylog/data/journal
> 2020-07-30 01:58:23,770 INFO o.m.d.cluster [main] Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=5000}
> 2020-07-30 01:58:23,821 INFO o.m.d.cluster [main] Cluster description not yet available. Waiting for 30000 ms before timing out
> 2020-07-30 01:58:23,852 INFO o.m.d.connection [cluster-ClusterId{value='5f228baf43167908cd73e616', description='null'}-localhost:27017] Opened connection [connectionId{localValue:1, serverValue:9}] to localhost:27017
> 2020-07-30 01:58:23,859 INFO o.m.d.cluster [cluster-ClusterId{value='5f228baf43167908cd73e616', description='null'}-localhost:27017] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 18]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=4545550}
> 2020-07-30 01:58:23,879 INFO o.m.d.connection [main] Opened connection [connectionId{localValue:2, serverValue:10}] to localhost:27017
> 2020-07-30 01:58:24,192 INFO o.g.s.b.InputBufferImpl [main] Initialized InputBufferImpl with ring size <65536> and wait strategy <BlockingWaitStrategy>, running 2 parallel message handlers.
> 2020-07-30 01:58:24,461 INFO i.s.c.AbstractJestClient [main] Setting server pool to a list of 1 servers: [http://127.0.0.1:9200]
> 2020-07-30 01:58:24,462 INFO i.s.c.JestClientFactory [main] Using multi thread/connection supporting pooling connection manager
> 2020-07-30 01:58:24,564 INFO i.s.c.JestClientFactory [main] Using custom ObjectMapper instance
> 2020-07-30 01:58:24,564 INFO i.s.c.JestClientFactory [main] Node Discovery disabled...
> 2020-07-30 01:58:24,564 INFO i.s.c.JestClientFactory [main] Idle connection reaping disabled...
> 2020-07-30 01:58:25,172 INFO o.g.s.b.ProcessBuffer [main] Initialized ProcessBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
> 2020-07-30 01:58:25,317 WARN o.g.p.m.g.GeoIpResolverEngine [main] GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
> 2020-07-30 01:58:25,326 INFO o.g.b.OutputBuffer [main] Initialized OutputBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
> 2020-07-30 01:58:25,387 WARN o.g.p.m.g.GeoIpResolverEngine [main] GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
> 2020-07-30 01:58:25,421 WARN o.g.p.m.g.GeoIpResolverEngine [main] GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
> 2020-07-30 01:58:25,447 WARN o.g.p.m.g.GeoIpResolverEngine [main] GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
> 2020-07-30 01:58:25,472 WARN o.g.p.m.g.GeoIpResolverEngine [main] GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
> 2020-07-30 01:58:26,063 INFO o.g.b.ServerBootstrap [main] Graylog server 3.3.1+e2d4365 starting up
> 2020-07-30 01:58:26,064 INFO o.g.b.ServerBootstrap [main] JRE: Oracle Corporation 1.8.0_252 on FreeBSD 11.3-RELEASE-p9
> 2020-07-30 01:58:26,064 INFO o.g.b.ServerBootstrap [main] Deployment: unknown
> 2020-07-30 01:58:26,064 INFO o.g.b.ServerBootstrap [main] OS: FreeBSD
> 2020-07-30 01:58:26,064 INFO o.g.b.ServerBootstrap [main] Arch: amd64
> 2020-07-30 01:58:26,092 INFO o.g.s.i.PeriodicalsService [PeriodicalsService STARTING] Starting 29 periodicals ...
> 2020-07-30 01:58:26,094 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.ThroughputCalculator] periodical in [0s], polling every [1s].
> 2020-07-30 01:58:26,105 INFO o.m.d.connection [StreamCacheService STARTING] Opened connection [connectionId{localValue:4, serverValue:12}] to localhost:27017
> 2020-07-30 01:58:26,106 INFO o.m.d.connection [PeriodicalsService STARTING] Opened connection [connectionId{localValue:3, serverValue:11}] to localhost:27017
> 2020-07-30 01:58:26,105 INFO o.m.d.connection [LookupTableService STARTING] Opened connection [connectionId{localValue:5, serverValue:13}] to localhost:27017
> 2020-07-30 01:58:26,109 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog.plugins.pipelineprocessor.periodical.LegacyDefaultStreamMigration] periodical, running forever.
> 2020-07-30 01:58:26,109 INFO o.g.s.i.PeriodicalsService [PeriodicalsService STARTING] Not starting [org.graylog2.periodical.AlertScannerThread] periodical. Not configured to run on this node.
> 2020-07-30 01:58:26,109 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.BatchedElasticSearchOutputFlushThread] periodical in [0s], polling every [1s].
> 2020-07-30 01:58:26,110 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.ClusterHealthCheckThread] periodical in [120s], polling every [20s].
> 2020-07-30 01:58:26,111 INFO o.g.s.i.PeriodicalsService [PeriodicalsService STARTING] Not starting [org.graylog2.periodical.ContentPackLoaderPeriodical] periodical. Not configured to run on this node.
> 2020-07-30 01:58:26,112 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.GarbageCollectionWarningThread] periodical, running forever.
> 2020-07-30 01:58:26,112 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.IndexerClusterCheckerThread] periodical in [0s], polling every [30s].
> 2020-07-30 01:58:26,113 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.IndexRetentionThread] periodical in [0s], polling every [300s].
> 2020-07-30 01:58:26,116 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.IndexRotationThread] periodical in [0s], polling every [10s].
> 2020-07-30 01:58:26,118 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.NodePingThread] periodical in [0s], polling every [1s].
> 2020-07-30 01:58:26,117 INFO o.g.p.p.p.LegacyDefaultStreamMigration [periodical-org.graylog.plugins.pipelineprocessor.periodical.LegacyDefaultStreamMigration-0] Legacy default stream has no connections, no migration needed.
> 2020-07-30 01:58:26,119 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.VersionCheckThread] periodical in [300s], polling every [1800s].
> 2020-07-30 01:58:26,121 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.ThrottleStateUpdaterThread] periodical in [1s], polling every [1s].
> 2020-07-30 01:58:26,122 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.events.ClusterEventPeriodical] periodical in [0s], polling every [1s].
> 2020-07-30 01:58:26,125 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.events.ClusterEventCleanupPeriodical] periodical in [0s], polling every [86400s].
> 2020-07-30 01:58:26,126 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.ClusterIdGeneratorPeriodical] periodical, running forever.
> 2020-07-30 01:58:26,129 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.IndexRangesMigrationPeriodical] periodical, running forever.
> 2020-07-30 01:58:26,131 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.IndexRangesCleanupPeriodical] periodical in [15s], polling every [3600s].
> 2020-07-30 01:58:26,134 INFO o.m.d.connection [periodical-org.graylog2.periodical.ClusterIdGeneratorPeriodical-0] Opened connection [connectionId{localValue:6, serverValue:14}] to localhost:27017
> 2020-07-30 01:58:26,136 INFO o.m.d.connection [periodical-org.graylog2.periodical.IndexRangesMigrationPeriodical-0] Opened connection [connectionId{localValue:7, serverValue:15}] to localhost:27017
> 2020-07-30 01:58:26,149 INFO o.g.s.i.PeriodicalsService [PeriodicalsService STARTING] Not starting [org.graylog2.periodical.UserPermissionMigrationPeriodical] periodical. Not configured to run on this node.
> 2020-07-30 01:58:26,150 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.ConfigurationManagementPeriodical] periodical, running forever.
> 2020-07-30 01:58:26,152 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.LdapGroupMappingMigration] periodical, running forever.
> 2020-07-30 01:58:26,157 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.IndexFailuresPeriodical] periodical, running forever.
> 2020-07-30 01:58:26,160 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.periodical.TrafficCounterCalculator] periodical in [0s], polling every [1s].
> 2020-07-30 01:58:26,161 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog2.indexer.fieldtypes.IndexFieldTypePollerPeriodical] periodical in [0s], polling every [3600s].
> 2020-07-30 01:58:26,162 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog.scheduler.periodicals.ScheduleTriggerCleanUp] periodical in [120s], polling every [86400s].
> 2020-07-30 01:58:26,163 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredSidecarsThread] periodical in [0s], polling every [600s].
> 2020-07-30 01:58:26,164 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredConfigurationUploads] periodical in [0s], polling every [600s].
> 2020-07-30 01:58:26,167 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog.plugins.views.search.db.SearchesCleanUpJob] periodical in [3600s], polling every [28800s].
> 2020-07-30 01:58:26,170 INFO o.g.p.Periodicals [PeriodicalsService STARTING] Starting [org.graylog.events.periodicals.EventNotificationStatusCleanUp] periodical in [120s], polling every [86400s].
> 2020-07-30 01:58:26,232 INFO o.g.s.i.JerseyService [JerseyService STARTING] Enabling CORS for HTTP endpoint
> 2020-07-30 01:58:57,393 INFO o.g.g.h.s.NetworkListener [JerseyService STARTING] Started listener bound to [192.168.188.155:9000]
> 2020-07-30 01:58:57,395 INFO o.g.g.h.s.HttpServer [JerseyService STARTING] [HttpServer] Started.
> 2020-07-30 01:58:57,395 INFO o.g.s.i.JerseyService [JerseyService STARTING] Started REST API at <192.168.188.155:9000>
> 2020-07-30 01:58:57,396 INFO o.g.s.i.ServiceManagerListener [JerseyService STARTING] Services are healthy
> 2020-07-30 01:58:57,396 INFO o.g.s.i.InputSetupService [eventbus-handler-1] Triggering launching persisted inputs, node transitioned from Uninitialized?[LB:DEAD] to Running?[LB:ALIVE]
> 2020-07-30 01:58:57,396 INFO o.g.b.ServerBootstrap [main] Services started, startup times in ms: {GracefulShutdownService [RUNNING]=0, JournalReader [RUNNING]=1, OutputSetupService [RUNNING]=2, UrlWhitelistService [RUNNING]=2, JobSchedulerService [RUNNING]=3, InputSetupService [RUNNING]=3, BufferSynchronizerService [RUNNING]=4, EtagService [RUNNING]=4, KafkaJournal [RUNNING]=7, LookupTableService [RUNNING]=26, MongoDBProcessingStatusRecorderService [RUNNING]=27, StreamCacheService [RUNNING]=46, PeriodicalsService [RUNNING]=79, JerseyService [RUNNING]=31303}
> 2020-07-30 01:58:57,401 INFO o.g.b.ServerBootstrap [main] Graylog server up and running.

Is this right?

http_bind_address = 192.168.188.155:9000
http_publish_uri = http://192.168.188.155:9000:9000/
http_external_uri = http://192.168.188.155:9000/

are you sure you need the port twice?

and the error messages wrote http:/api// I think. it’s should come from somewhere.

I suggest try the http_bind address only, and comment out the other 2.

˛˛˛
http_bind_address = 10.14.0.92:9000
#Default: http://$http_bind_address/
#http_publish_uri = http://192.168.1.1:9000/
#http_external_uri =
˛˛˛

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