Hi, I'm trying to store values like 0.033 but Elasticsearch it's storing just 0.
The Log come from a file to LOGSTASH them process with GROK (in https://grokdebug.herokuapp.com/ the debug work fine) and store in Elasticsearch (0 was stored)
Please format your code, logs or configuration files using </> icon as explained in this guide and not the citation button. It will make your post more readable.
Or use markdown style like:
```
CODE
```
This is the icon to use if you are not using markdown format:
There's a live preview panel for exactly this reasons.
Lots of people read these forums, and many of them will simply skip over a post that is difficult to read, because it's just too large an investment of their time to try and follow a wall of badly formatted text.
If your goal is to get an answer to your questions, it's in your interest to make it as easy to read and understand as possible.
Please update your post.
Coming back to your question.
Could you change
%{NUMBER:RoundTrip:double}
By
%{NUMBER:RoundTrip}
Then, could you share what is the exact full document you are seeing in Elasticsearch. For this do a
By the way you have a point I see the store was correctly done (I never perform a direct query over the index I was using only kibana for check the data:
Then the problem is the representation of the data in kibana that show for the same doc ID this:
"RoundTrip": [
0
],
Then it’s no a store or processing problem it’s maybe a data representation in Kibana, I will keep digging deeper about this, thanks again for all the tips
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.