cerner/cerner_splunk

View on GitHub
vagrant_repo/roles/splunk_monitors.json

Summary

Maintainability
Test Coverage
{
  "name": "splunk_monitors",
  "description": "Set the monitors for splunk",
  "default_attributes": {
    "splunk": {
      "main_project_index": "opsinfra",
      "monitors": [
        {
          "path": "/var/log/dmesg",
          "sourcetype": "dmesg"
        }
      ]
    }
  }
}