input { file { path => "/import/mastodon-social.jsonl.gz" gzip => true codec => json_lines { } } } output { elasticsearch { hosts => ["http://elastic-node:9200"] index => "mastodon" ssl => false ssl_certificate_verification => false } }