Kibana can not access your files. You can't do that in Kibana. But you can copy and paste the file content in Kibana console under the POST _bulk call and that should work.
I managed to do it via the console but only 1 record at a time. perhaps the documentation can be updated to reflect the correct info for first timers like me. regarding file uploads, i still cant - will try and request my other more tech team members' help. Thanks!
POST _bulk
{"index":{"_index":"shakespeare", "_type" : "doc", "_id":4}}
{"type":"line","line_id":5,"play_name":"Henry IV","speech_number":1,"line_number":"1.1.2","speaker":"KING HENRY IV","text_entry":"Find we a time for frighted peace to pant,"}
{ "update" : {"_id" : "4", "_type" : "doc", "_index" : "shakespeare"} }
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.