<source>
  @type tail
  path /in/logFile.log.json
  pos_file /in/logFile.pos
  tag hideout
  <parse>
    @type json
  </parse>
</source>

<match hideout>
  @type elasticsearch
  host elasticsearch
  include_tag_key true
  port 9200
  include_timestamp true
  user elastic
  password Passw0rd
  logstash_format true
  logstash_prefix hideout
  flush_interval 10s
</match>