Nikparab
(Nikhil Chandrakant Parab)
January 14, 2018, 9:00am
1
I am firing command as fillow in kibana as follow
POST /test/test/1 -d @zips.json
Output as follow
{
"error": "Content-Type header [text/plain] is not supported",
"status": 406
}
Can anyone help me in this please. I am having my file in local machine.
warkolm
(Mark Walkom)
January 14, 2018, 9:11am
2
You cannot post files to Elasticsearch via Console, you need to use curl.
Nikparab
(Nikhil Chandrakant Parab)
January 14, 2018, 9:12am
3
SO it should use with kibana or from browser???
warkolm
(Mark Walkom)
January 14, 2018, 7:37pm
4
You need to use curl, or similar. Neither the browser or Kibana can upload files like that.
system
(system)
Closed
February 11, 2018, 7:37pm
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.