App-ElasticSearch-Utilities
view release on metacpan or search on metacpan
examples/es-utils.yml view on Meta::CPAN
# 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'
( run in 0.495 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )