Hi guys.
I am filtering customer id using the below:
(%{NUMBER:customer-id:int}
On my Kibana dashboard, I see it with , and I would like to take the commas out.
,
Example:
**#** customer-id 389,542,059
Expected:
**#** customer-id 389542059
How could I achieve that? Thanks!
That's a Kibana question, not a logstash question. You need to adjust the numeric field formatter.
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.