Skip to content

VLANs and pfelk #369

Closed Answered by a3ilson
stevefxp1 asked this question in Q&A
Discussion options

You must be logged in to vote

@stevefxp1 - you'll simply need to adjust the 20-interfaces.conf

Line 40-46 contains an example of a vlan:

    ### Change interface as desired ###
    if [interface][name] =~ /^igb1_vlan2000$/ {
      mutate {
        add_field => { "[interface][alias]" => "VLAN" }
        add_field => { "[network][name]" => "Isolated Network" }
      }
    }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by a3ilson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants