Hi I am new to ELK. I am thinking what is the best way to remove field.
Just use mutate filter and remove field
First set field to nil and then use mutate filter and remove
What is the best way to remove the field. And I want to free the space on my heap quickly.
sholzhauer
(sholzhauer)
February 15, 2022, 10:51am
2
Just use mutate remove_field. As this will remove it before ingest it.
I want to know how it helps for garbage collector to save space on heap
Badger
February 15, 2022, 4:54pm
4
Can you explain, in detail, why you care about that? What do your current GC stats look like? What does the logstash pipeline configuration look like?
1 Like
system
(system)
Closed
March 15, 2022, 4:54pm
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.