You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to configure each Beat not to export all fields. There should be two options how to reduce the number of exported fields:
Configuration options, by adding configuration options for most common use cases.
Generic filtering for more specific use cases, based on conditionals. A proposal is described in Proposal Generic Filtering (Phase 2) #451 and it is part of the Phase 2.
Configuration options
The configuration options are specific to each Beat. The biggest advantage is the performance. We can apply the actions at the beginning, before even creating the event.
There are already few configuration options, already implemented, in Packetbeat, Topbeat and Filebeat that restrict the number of fields to be exported like the send_request or send_response from Packetbeat or stats from Topbeat to specify the type of statistics to collect.
The goal is to configure each Beat not to export all fields. There should be two options how to reduce the number of exported fields:
Configuration options
The configuration options are specific to each Beat. The biggest advantage is the performance. We can apply the actions at the beginning, before even creating the event.
There are already few configuration options, already implemented, in Packetbeat, Topbeat and Filebeat that restrict the number of fields to be exported like the
send_request
orsend_response
from Packetbeat orstats
from Topbeat to specify the type of statistics to collect.But new ones are requested like:
Topbeat
Filebeat
The text was updated successfully, but these errors were encountered: