Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
add pmacct IPFIX IEs
Browse files Browse the repository at this point in the history
  • Loading branch information
robcowart committed Dec 19, 2019
1 parent 22e2415 commit 4c5e960
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
17 changes: 17 additions & 0 deletions logstash/elastiflow/definitions/ipfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8362,6 +8362,23 @@
- :uint32
- :viptela_unk_4322

# pmacct
43874:
0:
- :skip
1:
- :uint64
- :pmacct_tag1
2:
- :uint64
- :pmacct_tag2
3:
- :uint64
- :pmacct_tag3
4:
- :uint64
- :pmacct_tag4

# Ziften Technologies
44619:
257:
Expand Down
35 changes: 35 additions & 0 deletions logstash/elastiflow/templates/elastiflow.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -19828,6 +19828,41 @@



{
"ipfix.pmacct_tag1": {
"path_match": "ipfix.pmacct_tag1",
"mapping": {
"type": "long"
}
}
},
{
"ipfix.pmacct_tag2": {
"path_match": "ipfix.pmacct_tag2",
"mapping": {
"type": "long"
}
}
},
{
"ipfix.pmacct_tag3": {
"path_match": "ipfix.pmacct_tag3",
"mapping": {
"type": "long"
}
}
},
{
"ipfix.pmacct_tag4": {
"path_match": "ipfix.pmacct_tag4",
"mapping": {
"type": "long"
}
}
},



{
"ipfix.ziften_inbound": {
"path_match": "ipfix.ziften_inbound",
Expand Down

0 comments on commit 4c5e960

Please sign in to comment.