Unverified Commit f21273a6 authored by Tom Moulard's avatar Tom Moulard
Browse files

EFL: adding folders

parent 4fb52cd4
Loading
Loading
Loading
Loading

elasticsearch/.gitkeep

0 → 100644
+0 −0

Empty file added.

fluentd/Dockerfile

0 → 100644
+2 −0
Original line number Diff line number Diff line
FROM fluent/fluentd:v0.12
RUN ["gem", "install", "fluent-plugin-elasticsearch", "--no-rdoc", "--no-ri", "--version", "1.9.5"]
 No newline at end of file
+24 −0
Original line number Diff line number Diff line
<source>
  @type forward
  port 24224
  bind 0.0.0.0
</source>

<match *.**>
  @type copy
  <store>
    @type elasticsearch
    host elasticsearch
    port 9200
    logstash_format true
    logstash_prefix fluentd
    logstash_dateformat %Y%m%d
    include_tag_key true
    type_name access_log
    tag_key @log_name
    flush_interval 1s
  </store>
  <store>
    @type stdout
  </store>
</match>

traefik/logs/.gitkeep

0 → 100644
+0 −0

Empty file added.