"Version 2x was running fine. Upgraded to Version 3 and tried my best to convert the server.conf file to the new http variables but with no success. Below is the configuration that worked in Version 2…
What is the proper Version 3 variables and syntax needed to replace the
my working Version 2 configuration? I have tried many configurations that I thought should work with no joy.
But I refuse to take your config and write it for the new version. This is the job you get paid for and, even more important, you should know your own configs…
Instead I will try to explain the table of the docs so you can figure out what you should do next. I don´t want to be mean or evil. The pure solution just won´t help you in the future
You got the rest_listen_uri at first. This one does not exist anymore.
The new setting is “http_bind_address”. http_bind_address needs IP:Port of your Graylog-Server. So what you do next is to remove “rest_listen_uri” in your config and add the new setting “http_bind_address” with your IP and port.
Default is 127.0.0.1:9000.
Then you go on with the same on each of your settings. You will notice that there are a few removed settings with an identical new one. Good for you, because you will need the new one only once.
Using the Version 3 Configuration file I tried this and other variations such as the IP address and https instead of http, putting port 80 or 443 at the end.
https:///jsfitpgraylog01.services.fit.local (unable to connect)
https:///jsfitpgraylog01.services.fit.local:9000 (tries but times out)
The log shows:
2019-04-01T09:45:05.270-05:00 INFO [JerseyService] Enabling CORS for HTTP endpoint
2019-04-01T09:45:23.547-05:00 INFO [NetworkListener] Started listener bound to [jsfitpgraylog01.services.fit.local:9000]
2019-04-01T09:45:23.548-05:00 INFO [HttpServer] [HttpServer] Started.
2019-04-01T09:45:23.548-05:00 INFO [JerseyService] Started REST API at <jsfitpgraylog01.services.fit.local:9000>
2019-04-01T09:45:23.548-05:00 INFO [ServiceManagerListener] Services are healthy
2019-04-01T09:45:23.549-05:00 INFO [ServerBootstrap] Services started, startup times in ms: {OutputSetupService [RUNNING]=6, BufferSynchronizerService [RUNNING]=15, KafkaJournal [RUNNING]=19, JournalReader [RUNNING]=25, EtagService [RUNNING]=46, StreamCacheService [RUNNING]=47, ConfigurationEtagService [RUNNING]=51, InputSetupService [RUNNING]=60, PeriodicalsService [RUNNING]=67, LookupTableService [RUNNING]=136, JerseyService [RUNNING]=18681}
2019-04-01T09:45:23.549-05:00 INFO [InputSetupService] Triggering launching persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running [LB:ALIVE]
2019-04-01T09:45:23.553-05:00 INFO [ServerBootstrap] Graylog server up and running.