config.yaml 480 B

123456789101112131415161718
  1. # Example config for the Splunk Enterprise Receiver.
  2. basicauth/client:
  3. client_auth:
  4. username: admin
  5. password: securityFirst
  6. splunkenterprise:
  7. # required settings
  8. auth: basicauth/client # must use basicauthextension
  9. endpoint: "https://localhost:8089" # Optional settings
  10. collection_interval: 10s
  11. timeout: 11s
  12. # Also optional: metric settings
  13. metrics:
  14. splunk.license.index.usage:
  15. enabled: true
  16. splunk.indexer.throughput:
  17. enabled: false