-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ansible breaks part of functionality on 9.2.x, if it is not license manager. #821
Comments
atm workaround looks like:
and setting |
Can you elaborate on what functionality is broken? Apologies if it's described in the support ticket--I do not have access to view its details. All deployment servers that I create on 9.2.1 are able to successfully distribute apps to other instances. |
@jmeixensperger https://some_addess/en-US/manager/system/deploymentserver is always empty, for example, with blank screen |
@yaroslav-nakonechnikov I am unable to reproduce using Splunk 9.2.1 and the latest commits of splunk-ansible. Can you try this out yourself and let me know if you are still seeing the issue? Here's what I did:
I also verified that local indexing was indeed disabled through the ansible provisioning. The playbook execution contains:
And the
|
and it should be with value |
We also patched the 9.2.1 docker-splunk image a couple days ago with the splunk-ansible changes that I mentioned. You can try that out to verify if the blank screen issue is still occurring. Let me know if there are more specific steps required to reproduce this issue beyond the example that I shared above. |
@yaroslav-nakonechnikov can you also clarify what you mean by a "blank screen" in case my understanding is wrong? A screenshot example would also be helpful. |
is #855 already released in some container on docker.hub? |
https://github.com/splunk/splunk-ansible/blob/9.2.1/roles/splunk_common/tasks/enable_forwarding.yml#L57 this breaks functionality of splunk deployment server.
using defaults.yml file doesn't help.
I suggest remove this block, or add new variable which will help to set it up.
splunk support ticket: https://splunk.my.site.com/customer/s/case/5005a00002xKTVtAAO/docker-splunk-and-deployment-server
The text was updated successfully, but these errors were encountered: