I have a index in es 6.0.0 with type name as 'realtime'. I am loading some data from mysql in es using logstash. But it is giving me some deprecated warning for type.
If i remove my entry for document type in output plugin of logstash, it is taking the by default value of doc which is giving some error.
How can i set my custom type so that it won't give any warning?
I have a index in es 6.0.0 with type name as 'realtime'. I am loading some data from mysql in es using logstash. But it is giving me some deprecated warning for type.
Always quote message in full. Do not paraphrase.
If i remove my entry for document type in output plugin of logstash, it is taking the by default value of doc which is giving some error.
Keep your elasticsearch output's document_type => "realtime" setting.
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.