splunk / splunk-ansible

Ansible playbooks for configuring and managing Splunk Enterprise and Universal Forwarder deployments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seems like issue in set_config_stanza.yml

yaroslav-nakonechnikov opened this issue · comments

Hello,

while working with splunk-operator (splunk/splunk-operator#1212), looks like i found logical issue somehwere there:
https://github.com/splunk/splunk-ansible/blob/076537346517070a222e37bd2b3a87c528a14eb9/roles/splunk_common/tasks/set_config_stanza.yml#L20C1-L21C1

problem: when pod restars, value is empty, which creates broken config.

possible solution: check if key with value already exist.

issue still in 9.1.1

thanks @yaroslav-nakonechnikov for raising the request and suggesting the fix. I am working with splunk-operator team to test the fix.

I face the same issue. Thanks for working on it!

this one looks like fixed.