Enabling Web with https fails no clue

In the following please read ${HTTPS} as https://

I tried to enable https on graylog for the UI after setup with http was succesful. After reconfiguration server starts without errors. Login fails in the browser witth only ‘We are experiencing problems connecting to the Graylog server running on ${HTTPS}tsalog.locgov.nl:12900/api. Please verify that the server is healthy and working correctly.’

My setup in server.conf:

rest_enable_tls = true
rest_tls_cert_file = /etc/graylog/server/graylog.pem
rest_tls_key_file = /etc/graylog/server/graylog.key
rest_tls_key_password = xxx
web_enable_tls = true
web_tls_cert_file = /etc/graylog/server/graylog.pem
web_tls_key_file = /etc/graylog/server/graylog.key
web_tls_key_password = xxx
#transport_email_use_tls = true

rest_listen_uri =${HTTPS}tsalog.locgov.nl:12900/api
rest_transport_uri = ${HTTPS}tsalog.locgov.nl:9000/
web_listen_uri = ${HTTPS}tsalog.locgov.nl:9000/
web_endpoint_uri =${HTTPS}tsalog.locgov.nl:12900/api

And the init.d script:

JAVA_ARGS="-jar -Djava.library.path=/usr/share/graylog-server/lib/sigar -Dlog4j.configurationFile=file:///etc/graylog/server/log4j2.xml -Dgraylog2.installation_source=${GRAYLOG_INSTALLATION_SOURCE:=unknown} $JAR_FILE server -p $PID_FILE -f /etc/graylog/server/server.conf -Djavax.net.ssl.trustStore=/etc/graylog/server/cacerts.jks -Djavax.net.ssl.trustStorePassword=Civility01 -Djava.net.preferIPv4Stack=true"

The ‘graylog.pem’ was added as a trusted certificate to the truststore ‘/etc/graylog/server/cacerts.jks’.

As said the logging doesn’t produce anything while trying to login and only the message in the browser UI appears.

Hopefully there are any ideas to get this solved.

Here goes my logging:

2018-04-13T13:48:14.695+02:00 INFO  [JadConfig] Added converter factory com.github.joschi.jadconfig.guava.GuavaConverterFactory@55b7a4e0
2018-04-13T13:48:14.703+02:00 INFO  [JadConfig] Added converter factory com.github.joschi.jadconfig.jodatime.JodaTimeConverterFactory@dd8ba08
2018-04-13T13:48:14.857+02:00 INFO  [CmdLineTool] Loaded plugin: AWS plugins 2.4.3 [org.graylog.aws.plugin.AWSPlugin]
2018-04-13T13:48:14.858+02:00 INFO  [CmdLineTool] Loaded plugin: Elastic Beats Input 2.4.3 [org.graylog.plugins.beats.BeatsInputPlugin]
2018-04-13T13:48:14.858+02:00 INFO  [CmdLineTool] Loaded plugin: CEF Input 2.4.3 [org.graylog.plugins.cef.CEFInputPlugin]
2018-04-13T13:48:14.859+02:00 INFO  [CmdLineTool] Loaded plugin: Collector 2.4.3 [org.graylog.plugins.collector.CollectorPlugin]
2018-04-13T13:48:14.860+02:00 INFO  [CmdLineTool] Loaded plugin: Enterprise Integration Plugin 2.4.3 [org.graylog.plugins.enterprise_integration.EnterpriseIntegrationPlugin]
2018-04-13T13:48:14.861+02:00 INFO  [CmdLineTool] Loaded plugin: MapWidgetPlugin 2.4.3 [org.graylog.plugins.map.MapWidgetPlugin]
2018-04-13T13:48:14.862+02:00 INFO  [CmdLineTool] Loaded plugin: NetFlow Plugin 2.4.3 [org.graylog.plugins.netflow.NetFlowPlugin]
2018-04-13T13:48:14.869+02:00 INFO  [CmdLineTool] Loaded plugin: Pipeline Processor Plugin 2.4.3 [org.graylog.plugins.pipelineprocessor.ProcessorPlugin]
2018-04-13T13:48:14.870+02:00 INFO  [CmdLineTool] Loaded plugin: Threat Intelligence Plugin 2.4.3 [org.graylog.plugins.threatintel.ThreatIntelPlugin]
2018-04-13T13:48:14.875+02:00 INFO  [JadConfig] Added configuration bean org.graylog.plugins.pipelineprocessor.PipelineConfig@437da279
2018-04-13T13:48:14.877+02:00 INFO  [JadConfig] Added configuration bean org.graylog.plugins.collector.common.CollectorPluginConfiguration@26e356f0
2018-04-13T13:48:14.878+02:00 INFO  [JadConfig] Added configuration bean org.graylog2.Configuration@428640fa
2018-04-13T13:48:14.878+02:00 INFO  [JadConfig] Added configuration bean org.graylog2.configuration.ElasticsearchConfiguration@d9345cd
2018-04-13T13:48:14.878+02:00 INFO  [JadConfig] Added configuration bean org.graylog2.configuration.ElasticsearchClientConfiguration@2d710f1a
2018-04-13T13:48:14.878+02:00 INFO  [JadConfig] Added configuration bean org.graylog2.configuration.EmailConfiguration@29215f06
2018-04-13T13:48:14.879+02:00 INFO  [JadConfig] Added configuration bean org.graylog2.configuration.MongoDbConfiguration@59505b48
2018-04-13T13:48:14.879+02:00 INFO  [JadConfig] Added configuration bean org.graylog2.configuration.VersionCheckConfiguration@4efac082
2018-04-13T13:48:14.879+02:00 INFO  [JadConfig] Added configuration bean org.graylog2.plugin.KafkaJournalConfiguration@6bd61f98
2018-04-13T13:48:15.212+02:00 INFO  [CmdLineTool] Running with JVM arguments: -Xms1g -Xmx1g -XX:NewRatio=1 -XX:+ResizeTLAB -XX:+UseConcMarkSweepGC -XX:+CMSConcurrentMTEnabled -XX:+CMSClassUnloadingEnabled -XX:+UseParNewGC -XX:-OmitStackTraceInFastThrow -Dlog4j.configurationFile=file:///etc/graylog/server/log4j2.xml -Djava.library.path=/usr/share/graylog-server/lib/sigar -Dgraylog2.installation_source=rpm
2018-04-13T13:48:15.427+02:00 INFO  [Version] HV000001: Hibernate Validator 5.1.3.Final
2018-04-13T13:48:17.840+02:00 INFO  [InputBufferImpl] Message journal is enabled.
2018-04-13T13:48:17.865+02:00 INFO  [NodeId] Node ID: 792f5af5-fdf5-4671-90e0-d9f3511a33db
2018-04-13T13:48:18.086+02:00 INFO  [LogManager] Loading logs.
2018-04-13T13:48:18.118+02:00 INFO  [Log] Completed load of log messagejournal-0 with log end offset 1
2018-04-13T13:48:18.134+02:00 INFO  [LogManager] Logs loading complete.
2018-04-13T13:48:18.134+02:00 INFO  [KafkaJournal] Initialized Kafka based journal at /var/lib/graylog-server/journal
2018-04-13T13:48:18.150+02:00 INFO  [InputBufferImpl] Initialized InputBufferImpl with ring size <65536> and wait strategy <BlockingWaitStrategy>, running 2 parallel message handlers.
2018-04-13T13:48:18.170+02:00 INFO  [cluster] Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=5000}
2018-04-13T13:48:18.230+02:00 INFO  [cluster] No server chosen by ReadPreferenceServerSelector{readPreference=primary} from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=localhost:27017, type=UNKNOWN, state=CONNECTING}]}. Waiting for 30000 ms before timing out
2018-04-13T13:48:18.250+02:00 INFO  [connection] Opened connection [connectionId{localValue:1, serverValue:88}] to localhost:27017
2018-04-13T13:48:18.254+02:00 INFO  [cluster] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 3]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, roundTripTimeNanos=1994038}
2018-04-13T13:48:18.260+02:00 INFO  [connection] Opened connection [connectionId{localValue:2, serverValue:89}] to localhost:27017
2018-04-13T13:48:18.599+02:00 INFO  [AbstractJestClient] Setting server pool to a list of 1 servers: [http://127.0.0.1:9200]
2018-04-13T13:48:18.599+02:00 INFO  [JestClientFactory] Using multi thread/connection supporting pooling connection manager
2018-04-13T13:48:18.670+02:00 INFO  [JestClientFactory] Using custom ObjectMapper instance
2018-04-13T13:48:18.670+02:00 INFO  [JestClientFactory] Node Discovery disabled...
2018-04-13T13:48:18.671+02:00 INFO  [JestClientFactory] Idle connection reaping disabled...
2018-04-13T13:48:18.986+02:00 INFO  [ProcessBuffer] Initialized ProcessBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
2018-04-13T13:48:20.400+02:00 INFO  [KieRepositoryImpl] KieModule was added: MemoryKieModule[releaseId=org.graylog2:dynamic-rules:0]
2018-04-13T13:48:20.404+02:00 INFO  [KieRepositoryImpl] Adding KieModule from resource: ByteArrayResource[bytes=[80, 75, 3, 4, 20, 0, 8, 8, 8, 0, ...], encoding=null]
2018-04-13T13:48:20.502+02:00 INFO  [KieRepositoryImpl] KieModule was added: MemoryKieModule[releaseId=org.graylog2:dynamic-rules:0]
2018-04-13T13:48:20.799+02:00 INFO  [RulesEngineProvider] No static rules file loaded.
2018-04-13T13:48:20.969+02:00 WARN  [GeoIpResolverEngine] GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
2018-04-13T13:48:20.978+02:00 INFO  [OutputBuffer] Initialized OutputBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
2018-04-13T13:48:21.049+02:00 WARN  [GeoIpResolverEngine] GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
2018-04-13T13:48:21.086+02:00 INFO  [connection] Opened connection [connectionId{localValue:3, serverValue:90}] to localhost:27017
2018-04-13T13:48:21.099+02:00 WARN  [GeoIpResolverEngine] GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
2018-04-13T13:48:21.143+02:00 WARN  [GeoIpResolverEngine] GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
2018-04-13T13:48:21.181+02:00 WARN  [GeoIpResolverEngine] GeoIP database file does not exist: /etc/graylog/server/GeoLite2-City.mmdb
2018-04-13T13:48:21.362+02:00 INFO  [ServerBootstrap] Graylog server 2.4.3+2c41897 starting up
2018-04-13T13:48:21.363+02:00 INFO  [ServerBootstrap] JRE: Oracle Corporation 1.8.0_161 on Linux 3.10.0-862.el7.x86_64
2018-04-13T13:48:21.363+02:00 INFO  [ServerBootstrap] Deployment: rpm
2018-04-13T13:48:21.363+02:00 INFO  [ServerBootstrap] OS: Red Hat Enterprise Linux Server 7.5 (Maipo) (rhel)
2018-04-13T13:48:21.363+02:00 INFO  [ServerBootstrap] Arch: amd64
2018-04-13T13:48:21.366+02:00 WARN  [DeadEventLoggingListener] Received unhandled event of type <org.graylog2.plugin.lifecycles.Lifecycle> from event bus <AsyncEventBus{graylog-eventbus}>
2018-04-13T13:48:21.386+02:00 INFO  [PeriodicalsService] Starting 25 periodicals ...
2018-04-13T13:48:21.387+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.ThroughputCalculator] periodical in [0s], polling every [1s].
2018-04-13T13:48:21.393+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.AlertScannerThread] periodical in [10s], polling every [60s].
2018-04-13T13:48:21.455+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.BatchedElasticSearchOutputFlushThread] periodical in [0s], polling every [1s].
2018-04-13T13:48:21.469+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.ClusterHealthCheckThread] periodical in [120s], polling every [20s].
2018-04-13T13:48:21.469+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.ContentPackLoaderPeriodical] periodical, running forever.
2018-04-13T13:48:21.476+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.GarbageCollectionWarningThread] periodical, running forever.
2018-04-13T13:48:21.477+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.IndexerClusterCheckerThread] periodical in [0s], polling every [30s].
2018-04-13T13:48:21.478+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.IndexRetentionThread] periodical in [0s], polling every [300s].
2018-04-13T13:48:21.485+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.IndexRotationThread] periodical in [0s], polling every [10s].
2018-04-13T13:48:21.486+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.NodePingThread] periodical in [0s], polling every [1s].
2018-04-13T13:48:21.486+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.VersionCheckThread] periodical in [300s], polling every [1800s].
2018-04-13T13:48:21.486+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.ThrottleStateUpdaterThread] periodical in [1s], polling every [1s].
2018-04-13T13:48:21.487+02:00 INFO  [Periodicals] Starting [org.graylog2.events.ClusterEventPeriodical] periodical in [0s], polling every [1s].
2018-04-13T13:48:21.489+02:00 INFO  [Periodicals] Starting [org.graylog2.events.ClusterEventCleanupPeriodical] periodical in [0s], polling every [86400s].
2018-04-13T13:48:21.489+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.ClusterIdGeneratorPeriodical] periodical, running forever.
2018-04-13T13:48:21.489+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.IndexRangesMigrationPeriodical] periodical, running forever.
2018-04-13T13:48:21.490+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.IndexRangesCleanupPeriodical] periodical in [15s], polling every [3600s].
2018-04-13T13:48:21.510+02:00 INFO  [PeriodicalsService] Not starting [org.graylog2.periodical.UserPermissionMigrationPeriodical] periodical. Not configured to run on this node.
2018-04-13T13:48:21.510+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.AlarmCallbacksMigrationPeriodical] periodical, running forever.
2018-04-13T13:48:21.516+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.ConfigurationManagementPeriodical] periodical, running forever.
2018-04-13T13:48:21.521+02:00 INFO  [connection] Opened connection [connectionId{localValue:5, serverValue:92}] to localhost:27017
2018-04-13T13:48:21.522+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.LdapGroupMappingMigration] periodical, running forever.
2018-04-13T13:48:21.533+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.IndexFailuresPeriodical] periodical, running forever.
2018-04-13T13:48:21.537+02:00 INFO  [connection] Opened connection [connectionId{localValue:6, serverValue:93}] to localhost:27017
2018-04-13T13:48:21.561+02:00 INFO  [Periodicals] Starting [org.graylog2.periodical.TrafficCounterCalculator] periodical in [0s], polling every [1s].
2018-04-13T13:48:21.575+02:00 INFO  [LookupTableService] Data Adapter otx-api-domain/5acf2b4839757e14ff809e29 [@a5e632d] STARTING
2018-04-13T13:48:21.576+02:00 INFO  [LookupTableService] Data Adapter spamhaus-drop/5acf2b4839757e14ff809e2b [@103e766d] STARTING
2018-04-13T13:48:21.735+02:00 INFO  [LookupTableService] Data Adapter otx-api-ip/5acf2b4839757e14ff809e27 [@766c2469] STARTING
2018-04-13T13:48:21.735+02:00 INFO  [LookupTableService] Data Adapter abuse-ch-ransomware-domains/5acf2b4839757e14ff809e2c [@4369c370] STARTING
2018-04-13T13:48:21.735+02:00 INFO  [LookupTableService] Data Adapter abuse-ch-ransomware-ip/5acf2b4839757e14ff809e28 [@602e1601] STARTING
2018-04-13T13:48:21.577+02:00 INFO  [connection] Opened connection [connectionId{localValue:4, serverValue:91}] to localhost:27017
2018-04-13T13:48:21.741+02:00 WARN  [OTXDataAdapter] OTX API key is missing. Make sure to add the key to allow higher request limits.
2018-04-13T13:48:21.745+02:00 INFO  [Periodicals] Starting [org.graylog.plugins.pipelineprocessor.periodical.LegacyDefaultStreamMigration] periodical, running forever.
2018-04-13T13:48:21.753+02:00 INFO  [LookupTableService] Data Adapter otx-api-domain/5acf2b4839757e14ff809e29 [@a5e632d] RUNNING
2018-04-13T13:48:21.577+02:00 INFO  [LookupTableService] Data Adapter tor-exit-node/5acf2b4839757e14ff809e26 [@42a739e3] STARTING
2018-04-13T13:48:21.758+02:00 INFO  [Periodicals] Starting [org.graylog.plugins.collector.periodical.PurgeExpiredCollectorsThread] periodical in [0s], polling every [3600s].
2018-04-13T13:48:21.761+02:00 INFO  [LegacyDefaultStreamMigration] Legacy default stream has no connections, no migration needed.
2018-04-13T13:48:21.763+02:00 INFO  [LookupTableService] Data Adapter whois/5acf2b4839757e14ff809e2a [@3271c2e3] STARTING
2018-04-13T13:48:21.763+02:00 INFO  [LookupTableService] Data Adapter whois/5acf2b4839757e14ff809e2a [@3271c2e3] RUNNING
2018-04-13T13:48:21.763+02:00 WARN  [OTXDataAdapter] OTX API key is missing. Make sure to add the key to allow higher request limits.
2018-04-13T13:48:21.764+02:00 INFO  [LookupTableService] Data Adapter otx-api-ip/5acf2b4839757e14ff809e27 [@766c2469] RUNNING
2018-04-13T13:48:21.819+02:00 INFO  [LookupTableService] Cache threat-intel-uncached-adapters/5acf2b4839757e14ff809e23 [@2a681d3c] STARTING
2018-04-13T13:48:21.820+02:00 INFO  [LookupTableService] Cache threat-intel-uncached-adapters/5acf2b4839757e14ff809e23 [@2a681d3c] RUNNING
2018-04-13T13:48:21.835+02:00 INFO  [LookupTableService] Cache otx-api-domain-cache/5acf2b4839757e14ff809e1f [@53007ab7] STARTING
2018-04-13T13:48:21.835+02:00 INFO  [LookupTableService] Cache otx-api-domain-cache/5acf2b4839757e14ff809e1f [@53007ab7] RUNNING
2018-04-13T13:48:21.891+02:00 INFO  [LookupTableService] Cache spamhaus-e-drop-cache/5acf2b4839757e14ff809e21 [@731cd925] STARTING
2018-04-13T13:48:21.891+02:00 INFO  [LookupTableService] Cache spamhaus-e-drop-cache/5acf2b4839757e14ff809e21 [@731cd925] RUNNING
2018-04-13T13:48:21.898+02:00 INFO  [LookupTableService] Cache whois-cache/5acf2b4839757e14ff809e22 [@6fe4f44a] STARTING
2018-04-13T13:48:21.898+02:00 INFO  [LookupTableService] Cache whois-cache/5acf2b4839757e14ff809e22 [@6fe4f44a] RUNNING
2018-04-13T13:48:21.899+02:00 INFO  [LookupTableService] Cache otx-api-ip-cache/5acf2b4839757e14ff809e24 [@487301cd] STARTING
2018-04-13T13:48:21.902+02:00 INFO  [LookupTableService] Cache otx-api-ip-cache/5acf2b4839757e14ff809e24 [@487301cd] RUNNING
2018-04-13T13:48:22.125+02:00 INFO  [LookupTableService] Data Adapter abuse-ch-ransomware-ip/5acf2b4839757e14ff809e28 [@602e1601] RUNNING
2018-04-13T13:48:22.125+02:00 INFO  [LookupDataAdapterRefreshService] Adding job for <abuse-ch-ransomware-ip/5acf2b4839757e14ff809e28/@602e1601> [interval=150000ms]
2018-04-13T13:48:22.191+02:00 INFO  [LookupTableService] Data Adapter abuse-ch-ransomware-domains/5acf2b4839757e14ff809e2c [@4369c370] RUNNING
2018-04-13T13:48:22.191+02:00 INFO  [LookupDataAdapterRefreshService] Adding job for <abuse-ch-ransomware-domains/5acf2b4839757e14ff809e2c/@4369c370> [interval=150000ms]
2018-04-13T13:48:22.197+02:00 INFO  [LookupTableService] Data Adapter tor-exit-node/5acf2b4839757e14ff809e26 [@42a739e3] RUNNING
2018-04-13T13:48:22.197+02:00 INFO  [LookupDataAdapterRefreshService] Adding job for <tor-exit-node/5acf2b4839757e14ff809e26/@42a739e3> [interval=3600000ms]
2018-04-13T13:48:22.197+02:00 INFO  [LookupTableService] Data Adapter spamhaus-drop/5acf2b4839757e14ff809e2b [@103e766d] RUNNING
2018-04-13T13:48:22.197+02:00 INFO  [LookupDataAdapterRefreshService] Adding job for <spamhaus-drop/5acf2b4839757e14ff809e2b/@103e766d> [interval=43200000ms]
2018-04-13T13:48:22.204+02:00 INFO  [LookupTableService] Starting lookup table abuse-ch-ransomware-ip/5acf2b4839757e14ff809e2e [@c2d018f] using cache threat-intel-uncached-adapters/5acf2b4839757e14ff809e23 [@2a681d3c], data adapter abuse-ch-ransomware-ip/5acf2b4839757e14ff809e28 [@602e1601]
2018-04-13T13:48:22.204+02:00 INFO  [LookupTableService] Starting lookup table spamhaus-drop/5acf2b4839757e14ff809e2f [@37a84538] using cache spamhaus-e-drop-cache/5acf2b4839757e14ff809e21 [@731cd925], data adapter spamhaus-drop/5acf2b4839757e14ff809e2b [@103e766d]
2018-04-13T13:48:22.204+02:00 INFO  [LookupTableService] Starting lookup table whois/5acf2b4839757e14ff809e30 [@7f013981] using cache whois-cache/5acf2b4839757e14ff809e22 [@6fe4f44a], data adapter whois/5acf2b4839757e14ff809e2a [@3271c2e3]
2018-04-13T13:48:22.204+02:00 INFO  [LookupTableService] Starting lookup table otx-api-ip/5acf2b4839757e14ff809e31 [@6aea33e2] using cache otx-api-ip-cache/5acf2b4839757e14ff809e24 [@487301cd], data adapter otx-api-ip/5acf2b4839757e14ff809e27 [@766c2469]
2018-04-13T13:48:22.205+02:00 INFO  [LookupTableService] Starting lookup table abuse-ch-ransomware-domains/5acf2b4839757e14ff809e32 [@eaf6649] using cache threat-intel-uncached-adapters/5acf2b4839757e14ff809e23 [@2a681d3c], data adapter abuse-ch-ransomware-domains/5acf2b4839757e14ff809e2c [@4369c370]
2018-04-13T13:48:22.205+02:00 INFO  [LookupTableService] Starting lookup table tor-exit-node-list/5acf2b4839757e14ff809e33 [@7bdb6321] using cache threat-intel-uncached-adapters/5acf2b4839757e14ff809e23 [@2a681d3c], data adapter tor-exit-node/5acf2b4839757e14ff809e26 [@42a739e3]
2018-04-13T13:48:22.216+02:00 INFO  [LookupTableService] Starting lookup table otx-api-domain/5acf2b4839757e14ff809e34 [@d6080ea] using cache otx-api-domain-cache/5acf2b4839757e14ff809e1f [@53007ab7], data adapter otx-api-domain/5acf2b4839757e14ff809e29 [@a5e632d]
2018-04-13T13:48:22.232+02:00 INFO  [JerseyService] Enabling CORS for HTTP endpoint
2018-04-13T13:48:31.871+02:00 INFO  [NetworkListener] Started listener bound to [tsalog.locgov.nl:12900]
2018-04-13T13:48:31.872+02:00 INFO  [HttpServer] [HttpServer] Started.
2018-04-13T13:48:31.873+02:00 INFO  [JerseyService] Started REST API at <https://tsalog.locgov.nl:12900/api/>
2018-04-13T13:48:34.272+02:00 INFO  [NetworkListener] Started listener bound to [tsalog.locgov.nl:9000]
2018-04-13T13:48:34.272+02:00 INFO  [HttpServer] [HttpServer-1] Started.
2018-04-13T13:48:34.273+02:00 INFO  [JerseyService] Started Web Interface at <https://tsalog.locgov.nl:9000/>
2018-04-13T13:48:34.273+02:00 INFO  [ServiceManagerListener] Services are healthy
2018-04-13T13:48:34.274+02:00 INFO  [ServerBootstrap] Services started, startup times in ms: {BufferSynchronizerService [RUNNING]=0, OutputSetupService [RUNNING]=1, InputSetupService [RUNNING]=2, ConfigurationEtagService [RUNNING]=4, JournalReader [RUNNING]=5, StreamCacheService [RUNNING]=7, KafkaJournal [RUNNING]=29, PeriodicalsService [RUNNING]=372, LookupTableService [RUNNING]=828, JerseyService [RUNNING]=12886}
2018-04-13T13:48:34.281+02:00 INFO  [ServerBootstrap] Graylog server up and running.
2018-04-13T13:48:34.293+02:00 INFO  [InputSetupService] Triggering launching persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running [LB:ALIVE]
2018-04-13T13:48:34.355+02:00 INFO  [InputStateListener] Input [GELF TCP/5acf76f539757e2e0bd300fc] is now STARTING
2018-04-13T13:48:34.483+02:00 WARN  [NettyTransport] receiveBufferSize (SO_RCVBUF) for input GELFTCPInput{title=GELF TCP 12201  graylog-collector , type=org.graylog2.inputs.gelf.tcp.GELFTCPInput, nodeId=792f5af5-fdf5-4671-90e0-d9f3511a33db} should be 1048576 but is 212992.
2018-04-13T13:48:34.504+02:00 INFO  [InputStateListener] Input [GELF TCP/5acf76f539757e2e0bd300fc] is now RUNNING

Kind regards,
Heymen

First, please format your first post for better readability:
https://help.github.com/articles/creating-and-highlighting-code-blocks/

Second, please post the complete logs of your Graylog node(s).
http://docs.graylog.org/en/2.4/pages/configuration/file_location.html

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