master
JocelynPa 3 years ago
parent d787a6bd18
commit 197c70994b

@ -0,0 +1,13 @@
[distributedSearch:dmc_group_shc_deployer]
[distributedSearch:dmc_group_kv_store]
servers = SVLCTPLOGCLM01.mom.fr:8089,SVLCTPLOGPUB01.mom.fr:8089,SVLCTPLOGPUB02.mom.fr:8089
[distributedSearch:dmc_indexerclustergroup_Cluster_M-TIC]
servers = SVLCTPLOGCLM01.mom.fr:8089,SVLCTPLOGPUB01.mom.fr:8089,SVLCTPLOGPUB02.mom.fr:8089,SVLCTPLOGIDX01.mom.fr:8089,SVLCTPLOGIDX02.mom.fr:8089
[distributedSearch:dmc_group_search_head]
servers = SVLCTPLOGCLM01.mom.fr:8089,SVLCTPLOGPUB01.mom.fr:8089,SVLCTPLOGPUB02.mom.fr:8089
[distributedSearch:dmc_group_license_master]
servers = SVLCTPLOGLMR.mom.fr:8089

@ -0,0 +1,3 @@
[settings]
disabled = 0
configuredPeers = SVLCTPLOGPUB01.mom.fr:8089,SVLCTPLOGPUB02.mom.fr:8089,SVLCTPLOGIDX01.mom.fr:8089,SVLCTPLOGIDX02.mom.fr:8089,SVLCTPLOGLMR.mom.fr:8089,SVLCTPLOGCLM01.mom.fr:8089

@ -9,4 +9,23 @@
src: "{{ playbook_dir }}/Apps_for_DS/"
dest: /opt/splunk/etc/deployment-apps/
owner: splunk
group: splunk
group: splunk
- name: Copier configuration distributsearch
copy:
src: "{{ playbook_dir }}/Apps_for_DS/For_MC/local/distsearch.conf"
dest: /opt/splunk/etc/apps/system/local/
owner: splunk
group: splunk
- name: Copier configuration MonitoringConsole
copy:
src: "{{ playbook_dir }}/Apps_for_DS/splunk_monitoring_console/"
dest: /opt/splunk/etc/apps/splunk_monitoring_console/
owner: splunk
group: splunk
- name: "Restart Splunk via cli"
command: "{{ splunk_exec }} restart"
become: yes
become_user: "{{ splunk_user }}"
Loading…
Cancel
Save