hi i am trying to load data into elasticsearch , i first went to /elasticsearch-5.5.0/data ,i downloaded a json format of data sets from oficial documentation of elasticsearch , then i went to kibana i did define the mapping then i used the command
curl -s -XPOST 'http://197.12.8.3:9200/_bulk' --data-binary @log.json
then defined the index pattern in kibana then when i go to discover i find no result
i tryed it but in vain .in fact when i use a configuration file i found the message send in kibana with the command
sudo bin/logstash -f /opt/logstash-5.5.0/config/first_pipeline.conf
but with this command it doesn't work :slight_smile
sudo bin/logstash -e 'input { stdin { } } output { stdout {} }'
the pipeline started but i don't find any sored message in kibana
evn more the error still appear
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.