my json file is here, https://drive.google.com/open?id=1e8zkXX5zyIgIgPb0amwsPE0lnXWu0KHh
and i try put it on my elasticsearch with
curl -H 'Content-type: application/json' -XPOST 'localhost:9200:news/new -d @/home/sang/Downloads/elasticsearch-6.3.2/fast.json
but as you can see, there is error
not_x_content_exception","reason":"Compressor detection can only be called on some xcontent bytes or compressed xcontent bytes
how can i solve it??
