# Sample ES Utils Options
---
# Host to connect to, defaults to localhost
host: es-gateway.corp.company.com
# Port, defaults to 9200
port: 9200
# Protocol, defaults to http, also supports https
proto: http
# If using HTTP Basic Auth
#http-username: bob
#http-password: notRecommended
#password-exec: ~/bin/get-me-es-password-from-keychain.sh

# Default Index Settings
base: log
days: 1
timestamp: timestamp

# Per Index Base Settings
meta:
  logstash:
    timestamp: '@timestamp'