splunk / docker-splunk

Splunk Docker GitHub Repository
450 stars 245 forks source link

Can't start latest/9.0.9 version #660

Closed vtsvetkov-splunk closed 1 week ago

vtsvetkov-splunk commented 3 months ago

We use latest tag for running in our CI pipelines. It started failing recently. I realized that latest tag points to 9.0.9 instead of 9.2.1

image

Then I tried to spin up the version 9.0.9 and got the same error as on CI:

Errors during Splunk initialization

failed: [localhost] (item={'key': '/servicesNS/nobody/splunk_instrumentation/admin/telemetry/general', 'value': 'showOptInModal=0&optInVersionAcknowledged=4'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "/servicesNS/nobody/splunk_instrumentation/admin/telemetry/general", "value": "showOptInModal=0&optInVersionAcknowledged=4" } } MSG: POST/servicesNS/nobody/splunk_instrumentation/admin/telemetry/generaladmin********8089{'showOptInModal': '0&optInVersionAcknowledged=4'}NoneNone[200, 201, 409];;; AND excep_str: URL: https://127.0.0.1:8089/servicesNS/nobody/splunk_instrumentation/admin/telemetry/general; data: {"showOptInModal": "0&optInVersionAcknowledged=4"}, exception: API call for https://127.0.0.1:8089/servicesNS/nobody/splunk_instrumentation/admin/telemetry/general and data as {'showOptInModal': '0&optInVersionAcknowledged=4'} failed with status code 400: Argument "{"showOptInModal": "0" is not supported by this handler. , failed with status code 400: Argument "{"showOptInModal": "0" is not supported by this handler. failed: [localhost] (item={'key': '/servicesNS/admin/search/data/ui/ui-tour/search-tour', 'value': 'tourPage=search&viewed=1'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "/servicesNS/admin/search/data/ui/ui-tour/search-tour", "value": "tourPage=search&viewed=1" } } MSG: POST/servicesNS/admin/search/data/ui/ui-tour/search-touradmin********8089{'tourPage': 'search&viewed=1'}NoneNone[200, 201, 409];;; AND excep_str: URL: https://127.0.0.1:8089/servicesNS/admin/search/data/ui/ui-tour/search-tour; data: {"tourPage": "search&viewed=1"}, exception: API call for https://127.0.0.1:8089/servicesNS/admin/search/data/ui/ui-tour/search-tour and data as {'tourPage': 'search&viewed=1'} failed with status code 400: Argument "{"tourPage": "search" is not supported by this handler. , failed with status code 400: Argument "{"tourPage": "search" is not supported by this handler.

Reproduction: https://github.com/vtsvetkov-splunk/crispy-fishstick/actions/runs/8484825990/job/23248480607#step:2:578 The workflow: https://github.com/vtsvetkov-splunk/crispy-fishstick/actions/runs/8484825990/workflow

vtsvetkov-splunk commented 1 month ago

@jmeixensperger it is still reproducible https://github.com/vtsvetkov-splunk/crispy-fishstick/actions/runs/9110279341/job/25044978465#step:2:578

Linking the same issue - https://github.com/splunk/docker-splunk/issues/667

vtsvetkov-splunk commented 1 month ago

@jmeixensperger any ETA for fixing this?

jmeixensperger commented 2 weeks ago

@vtsvetkov-splunk Sorry I did not mean to close this--it should be fixed once the next release goes out.

vtsvetkov-splunk commented 1 week ago

It works fine with 9.1 and 9.2. The latest points to 9.2. Thank you!