Commit aedf9ad8 by Max Rothman

Merge pull request #2208 from edx/max/splunk-forwarder

Add mongo sourcetype to splunk forwarder
parents 6577d91b 2bc41232
......@@ -34,6 +34,10 @@ SPLUNKFORWARDER_LOG_ITEMS:
recursive: true
index: '{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}'
sourcetype: 'edx'
- source: '{{ COMMON_LOG_DIR }}/mongo'
recursive: true
index: '{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}'
sourcetype: 'mongo'
- source: '{{ COMMON_LOG_DIR }}'
recursive: true
index: '{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}'
......
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