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!