Commit 445ab861 by Max Rothman

Remove splunkforwarder from splunk playbook

Splunk already monitors its own logs, so installing splunkforwarder is
redundant. Also, the splunkforwarder role only works on ubuntu and the
splunk server runs on ec2linux (which is redhat-based).
parent 4dbbd368
...@@ -10,7 +10,5 @@ ...@@ -10,7 +10,5 @@
- splunk-server - splunk-server
- role: datadog - role: datadog
when: COMMON_ENABLE_DATADOG when: COMMON_ENABLE_DATADOG
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic - role: newrelic
when: COMMON_ENABLE_NEWRELIC when: COMMON_ENABLE_NEWRELIC
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment