Hi everyone,
I have a problem converting the string field to IP datatype. I'm trying to convert via convert processor in the pipeline, also tried with the grok but nothing. How can I do that? Why the processors do not work?
Hi everyone,
I have a problem converting the string field to IP datatype. I'm trying to convert via convert processor in the pipeline, also tried with the grok but nothing. How can I do that? Why the processors do not work?
In order to get an IP field stored as an IP datatype in Elasticsearch you need to specify this through explicit mapping, e.g. using an index template.
Tried this one also. Added the field and assigned the IP type. Still nothing
Please show what you did and have tried.
What is the mapping of the index you are indexing into? What does a sample document look like?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.