Remove commas from integer filter

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.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.