<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
port 9200
index_name logs
include_timestamp true
user elastic
password Passw0rd
</match>