Skip to content

Conversation

@JimmyBjorklund
Copy link

Extender (intermediate plugin)
This intermediate plugin extends IPFIX records by adding new items to the existing record set using user-defined expressions. It reuses the filter functionality to find out if the records are to be added or not if there is no match there will be a 0 or empty string added as default values.

Example configuration

<intermediate>
  <name>Extenders</name>
  <plugin>extender</plugin>
  <params>
    <expr>dot1qCustomerVlanId == 0</expr>
    <id>VRFname=default</id>
  </params>
</intermediate>

The above sample adds a new string field VRFname=default to each IPFIX record if the existing field dot1qCustomerVlanId equals zero.

Parameters
expr
The filter expression to evaluate.
id
The identifier string to be added to the record when the expression evaluates to true.

JimmyBjorklund and others added 3 commits January 19, 2026 12:48
* Added intermediate pluggin extender
* Added intermediate pluggin extender
* Better xml format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant