# Merge data neflow and snmp, see description ports in neflow

**URL:** https://discuss.elastic.co/t/merge-data-neflow-and-snmp-see-description-ports-in-neflow/305580
**Category:** Logstash
**Created:** [May 25, 2022, 9:09am UTC](https://discuss.elastic.co/t/merge-data-neflow-and-snmp-see-description-ports-in-neflow/305580 "2022-05-25T09:09:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![dreshme](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dreshme/32/105088_2.png) [@dreshme](https://discuss.elastic.co/u/dreshme)
#### Post date: [May 25, 2022, 9:09am UTC](https://discuss.elastic.co/t/merge-data-neflow-and-snmp-see-description-ports-in-neflow/305580/1 "2022-05-25T09:09:13Z")

</div>

Hello  
I use ELK 7.17.

I get data from filebeat netflow and snmp plugin.  
I don't know, how i can combine information about interfaces.ifAlias and interfaces.index received from snmp plugin and netflow.egress\_interface and netflow.ingress\_interface received from netflow module filebeat.  
I want see description ports in neflow filebeat. How i can do it?  
I want see which AS-numbers network/traffic go through certain ports.

Please help me.

---

<div class="post-metadata">

### Author: ![techie.antonio](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/techie.antonio/32/77423_2.png) [@techie.antonio](https://discuss.elastic.co/u/techie.antonio)
#### Post date: [June 19, 2022, 11:26am UTC](https://discuss.elastic.co/t/merge-data-neflow-and-snmp-see-description-ports-in-neflow/305580/2 "2022-06-19T11:26:57Z")

</div>

Just use [ElastiFlow](https://docs.elastiflow.com/docs/) where all of this stuff has already been done for you. We use this where I work, and I use it for a home lab. The original ElastiFlow used Logstash, but the new version is a custom developed collector. It is much faster than Logstash or Filebeat, but it also has more netflow-specific features.

You can enrich network interfaces using:

1. option records (if supported by your devices) where the device send the mapping of ifIndex to ifName and the ElastiFlow collector uses this to provide the interface name.
2. [SNMP](https://docs.elastiflow.com/docs/config_ref_enrich_netif_snmp)
3. [User-defined](https://docs.elastiflow.com/docs/config_ref_enrich_netif_udm) where you specify the interface name and any other [interface metadata](https://docs.elastiflow.com/docs/config_enrich_netif).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 17, 2022, 11:27am UTC](https://discuss.elastic.co/t/merge-data-neflow-and-snmp-see-description-ports-in-neflow/305580/3 "2022-07-17T11:27:02Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
