Hi,
First time for me I install Graylog. I followed the main documentation. I’m on Ubuntu 22.04 fresh installation.
My server ip is 10.0.0.223. It is accessible through ssh, I have open the tcp 22 and 9000 port number.
MongoDB, Opensearch and Graylog-server services are Active (running).
My problem is even if i change the parameter in : http_bind_adress = 10.0.0.223:9000
Wwhen I restart the service and watch logs it’s always listening on 127.0.0.1:9000
See logs
2024-05-29T10:15:22.052+02:00 INFO [IndexerDiscoveryProvider] No indexer hosts configured, using fallback http://127.0.0.1:9200
2024-05-29T10:15:22.912+02:00 INFO [IndexerDiscoveryProvider] No indexer hosts configured, using fallback http://127.0.0.1:9200
2024-05-29T10:15:23.070+02:00 INFO [SearchDbPreflightCheck] Connected to (Elastic/Open)Search version <OpenSearch:2.13.0>
2024-05-29T10:15:23.305+02:00 INFO [Version] HV000001: Hibernate Validator null
2024-05-29T10:15:27.142+02:00 INFO [InputBufferImpl] Message journal is enabled.
2024-05-29T10:15:27.409+02:00 INFO [LogManager] Loading logs.
2024-05-29T10:15:27.474+02:00 INFO [LogManager] Logs loading complete.
2024-05-29T10:15:27.476+02:00 INFO [LocalKafkaJournal] Initialized Kafka based journal at /var/lib/graylog-server/journal
2024-05-29T10:15:27.519+02:00 INFO [InputBufferImpl] Initialized InputBufferImpl with ring size <65536> and wait strategy <BlockingWaitStrategy>, running 2 parallel message handlers.
2024-05-29T10:15:28.143+02:00 INFO [IndexerDiscoveryProvider] No indexer hosts configured, using fallback http://127.0.0.1:9200
2024-05-29T10:15:28.178+02:00 INFO [ElasticsearchVersionProvider] Elasticsearch cluster is running OpenSearch:2.13.0
2024-05-29T10:15:28.691+02:00 INFO [OutputBuffer] Initialized OutputBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>, running 1 parallel buffer processors.
2024-05-29T10:15:28.695+02:00 INFO [ProcessBuffer] Initialized ProcessBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>, running 1 parallel buffer processors.
2024-05-29T10:15:30.992+02:00 INFO [DbEntitiesScanner] 14 entities have been scanned and added to DB Entity Catalog, it took 2.032 s
2024-05-29T10:15:31.288+02:00 INFO [ServerBootstrap] Graylog server 6.0.2+c751f7c starting up
2024-05-29T10:15:31.289+02:00 INFO [ServerBootstrap] JRE: Eclipse Adoptium 17.0.11 on Linux 5.15.0-107-generic
2024-05-29T10:15:31.289+02:00 INFO [ServerBootstrap] Deployment: deb
2024-05-29T10:15:31.291+02:00 INFO [ServerBootstrap] OS: Ubuntu 22.04.4 LTS (jammy)
2024-05-29T10:15:31.292+02:00 INFO [ServerBootstrap] Arch: amd64
2024-05-29T10:15:31.292+02:00 INFO [ServerBootstrap] Node ID: bfc48441-ca16-4a14-8655-41c55961808a
2024-05-29T10:15:31.394+02:00 INFO [ServerBootstrap] Running 67 migrations...
2024-05-29T10:15:33.076+02:00 INFO [PeriodicalsService] Starting 25 periodicals ...
2024-05-29T10:15:33.080+02:00 INFO [Periodicals] Starting [org.graylog2.periodical.ThroughputCalculator] periodical in [0s], polling every [1s].
2024-05-29T10:15:33.183+02:00 INFO [Periodicals] Starting [org.graylog.plugins.pipelineprocessor.periodical.LegacyDefaultStreamMigration] periodical, running forever.
2024-05-29T10:15:33.190+02:00 INFO [Periodicals] Starting [org.graylog2.periodical.ClusterHealthCheckThread] periodical in [120s], polling every [20s].
2024-05-29T10:15:33.196+02:00 INFO [PeriodicalsService] Not starting [org.graylog2.periodical.ContentPackLoaderPeriodical] periodical. Not configured to run on this node.
2024-05-29T10:15:33.196+02:00 INFO [Periodicals] Starting [org.graylog2.periodical.IndexerClusterCheckerThread] periodical in [5s], polling every [30s].
2024-05-29T10:15:33.202+02:00 INFO [Periodicals] Starting [org.graylog2.periodical.IndexBlockCheck] periodical in [0s], polling every [30s].
2024-05-29T10:15:33.211+02:00 INFO [Periodicals] Starting [org.graylog2.periodical.IndexRetentionThread] periodical in [0s], polling every [300s].
2024-05-29T10:15:33.213+02:00 INFO [Periodicals] Starting [org.graylog2.periodical.IndexRotationThread] periodical in [0s], polling every [10s].
2024-05-29T10:15:33.215+02:00 INFO [Periodicals] Starting [org.graylog2.periodical.NodePingThread] periodical in [0s], polling every [1s].
2024-05-29T10:15:33.218+02:00 INFO [Periodicals] Starting [org.graylog2.periodical.LeaderPresenceCheckPeriodical] periodical in [0s], polling every [5s].
2024-05-29T10:15:33.222+02:00 INFO [Periodicals] Starting [org.graylog2.periodical.VersionCheckThread] periodical in [300s], polling every [1800s].
2024-05-29T10:15:33.222+02:00 INFO [Periodicals] Starting [org.graylog2.periodical.ThrottleStateUpdaterThread] periodical in [1s], polling every [1s].
2024-05-29T10:15:33.223+02:00 INFO [LegacyDefaultStreamMigration] Legacy default stream has no connections, no migration needed.
2024-05-29T10:15:33.224+02:00 INFO [Periodicals] Starting [org.graylog2.events.ClusterEventPeriodical] periodical in [0s], polling every [1s].
2024-05-29T10:15:33.227+02:00 INFO [Periodicals] Starting [org.graylog2.events.ClusterEventCleanupPeriodical] periodical in [0s], polling every [86400s].
2024-05-29T10:15:33.229+02:00 INFO [Periodicals] Starting [org.graylog2.periodical.IndexRangesCleanupPeriodical] periodical in [15s], polling every [3600s].
2024-05-29T10:15:33.230+02:00 INFO [Periodicals] Starting [org.graylog2.periodical.TrafficCounterCalculator] periodical in [0s], polling every [1s].
2024-05-29T10:15:33.231+02:00 INFO [Periodicals] Starting [org.graylog2.indexer.fieldtypes.IndexFieldTypePollerPeriodical] periodical in [0s], polling every [1s].
2024-05-29T10:15:33.246+02:00 INFO [Periodicals] Starting [org.graylog.scheduler.periodicals.ScheduleTriggerCleanUp] periodical in [120s], polling every [86400s].
2024-05-29T10:15:33.250+02:00 INFO [Periodicals] Starting [org.graylog2.periodical.ESVersionCheckPeriodical] periodical in [0s], polling every [30s].
2024-05-29T10:15:33.254+02:00 INFO [Periodicals] Starting [org.graylog2.periodical.UserSessionTerminationPeriodical] periodical, running forever.
2024-05-29T10:15:33.260+02:00 INFO [Periodicals] Starting [org.graylog2.telemetry.cluster.TelemetryClusterInfoPeriodical] periodical in [0s], polling every [540s].
2024-05-29T10:15:33.261+02:00 INFO [Periodicals] Starting [org.graylog2.bootstrap.preflight.GraylogCertificateProvisioningPeriodical] periodical in [2s], polling every [2s].
2024-05-29T10:15:33.262+02:00 INFO [Periodicals] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredSidecarsThread] periodical in [0s], polling every [600s].
2024-05-29T10:15:33.265+02:00 INFO [Periodicals] Starting [org.graylog.plugins.views.search.db.SearchesCleanUpJob] periodical in [3600s], polling every [28800s].
2024-05-29T10:15:33.287+02:00 INFO [Periodicals] Starting [org.graylog.events.periodicals.EventNotificationStatusCleanUp] periodical in [120s], polling every [86400s].
2024-05-29T10:15:36.106+02:00 INFO [NetworkListener] Started listener bound to [127.0.0.1:9000]
2024-05-29T10:15:36.110+02:00 INFO [HttpServer] [HttpServer] Started.
2024-05-29T10:15:36.111+02:00 INFO [JerseyService] Started REST API at <127.0.0.1:9000>
2024-05-29T10:15:36.112+02:00 INFO [ServerBootstrap] Services started, startup times in ms: {PrometheusExporter [RUNNING]=1, UserSessionTerminationService [RUNNING]=1, InputSetupService [RUNNING]=2, LocalKafkaMessageQueueReader [RUNNING]=2, BufferSynchronizerService [RUNNING]=3, FailureHandlingService [RUNNING]=4, NotificationSystemEventPublisher [RUNNING]=4, GracefulShutdownService [RUNNING]=4, EtagService [RUNNING]=5, UrlWhitelistService [RUNNING]=7, LocalKafkaMessageQueueWriter [RUNNING]=9, GeoIpDbFileChangeMonitorService [RUNNING]=14, StreamCacheService [RUNNING]=26, JobSchedulerService [RUNNING]=34, ConfigureCertRenewalJobOnStartupService [RUNNING]=43, OutputSetupService [RUNNING]=47, LookupTableService [RUNNING]=49, LocalKafkaJournal [RUNNING]=66, MongoDBProcessingStatusRecorderService [RUNNING]=82, PeriodicalsService [RUNNING]=212, JerseyService [RUNNING]=3035}
2024-05-29T10:15:36.115+02:00 INFO [ServiceManagerListener] Services are healthy
2024-05-29T10:15:36.123+02:00 INFO [InputSetupService] Triggering launching persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running [LB:ALIVE]
2024-05-29T10:15:36.128+02:00 INFO [ServerBootstrap] Graylog server up and running.
What could be the problem please ?
Thanks