Fields getting created for ever

2017-10-13T16:23:50.401-0400: 1056013.188: [GC [PSYoungGen: 785504K->64K(785920K)] 898896K->113464K(3145216K), 0.0075690 secs] [Times: user=0.02 sys=0.00, real=0.00 secs]

%{TIMESTAMP_ISO8601:event_ts}: %{NUMBER:num:int}: [%{GREEDYDATA:garbagecollector} [%{GREEDYDATA:status}: %{NUMBER:young_heap_used_before_gc:int}\K->%{NUMBER:young_heap_used_after_gc:int}\K(%{NUMBER:young_heap_size:int}\K)] %{NUMBER:overall_heap_before:int}\K->%{NUMBER:overall_heap_used_after_gc:int}\K(%{NUMBER:overall_heap_size:int}\K), %{NUMBER:duration:int} %{GREEDYDATA}] [%{WORD}: %{GREEDYDATA:kvpairs}

I am getting a new field being created everytime a new value comes in for my duration filed. As you can see it is set to integer. How can i correct this?

Please show your full configuration and make sure you format it as preformatted text when you post it.

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