Hello you need to mention the column names as well like as shown below,
filter {
csv {
separator => ","
columns => ["open","high","low","close","volume"]
}
}
The sample example is as shown here.
Hello you need to mention the column names as well like as shown below,
filter {
csv {
separator => ","
columns => ["open","high","low","close","volume"]
}
}
The sample example is as shown here.
© 2020. All Rights Reserved - Elasticsearch
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.