Tried adding this way and seems to be looking for the tag rather than adding. Logging stopped for this filter. filter f_192_168_1_0 { netmask(192.168.1.0/24); tags(“VMware_ESX"); };
On Oct 18, 2016, at 6:12 PM, Scot Needy <scotrn@gmail.com> wrote:
Could I leverage this type of CSV to add VLAN ID and VLAN description tags if I already have
filter f_192_168_1_0 { netmask(192.168.1.0/24);};
VLAN_Descriptions.csv VLANID, VLAN Description, subnet/24 43, Database_#14141, 192.168.1.1/24
filter f_192_168_1_0 { netmask(192.168.1.0/24); add-contextual-data( selector($IP is in f_192_168_1_0 or something specific?????/) database(“/opt/syslog-ng/etc/VLAN_Descriptions.csv") default-selector("unknown-hostname") );
};