Logstash cheat sheet: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 17: Line 17:
  SetEnv proxy-nokeepalive 1
  SetEnv proxy-nokeepalive 1
  +いつもの ACL で
  +いつもの ACL で
Kibana 3 系は elasticsearch を proxy する。あとは kibana 3 の config.js をごにょごにょ
ProxyRequests Off
ProxyPass              /es/  http://127.0.0.1:9200/ disablereuse=On max=1000 ttl=120 timeout=3000
ProxyPassReverse      /es/  http://127.0.0.1:9200/ timeout=3000
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
SetEnv proxy-initial-not-pooled 1


java の shipper は重たい。 pure ruby の shipper や、専用の shipper があるっぽい。
java の shipper は重たい。 pure ruby の shipper や、専用の shipper があるっぽい。