Skip to content

Instantly share code, notes, and snippets.

View thamilton2014's full-sized avatar

Thomas-Scot thamilton2014

View GitHub Profile
@thamilton2014
thamilton2014 / .gitignore
Created March 9, 2020 16:01 — forked from karmi/.gitignore
Example Nginx configurations for Elasticsearch (https://www.elastic.co/blog/playing-http-tricks-nginx)
nginx/
!nginx/.gitkeep
!nginx/logs/.gitkeep
src/
tmp/
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/e79f4be1b8c01b0053adc781b/bd8dc736950f04c58807fe5f8.js");</script>
output {
elasticsearch {
hosts => ["192.168.99.100:9200"]
sniffing => true
manage_template => false
index => "cucumber-%{+YYYY.MM.dd}"
document_type => "cucumber"
}
stdout { codec => rubydebug }
}