Dell Networking SONiC
Key facts
- Requires vendor product by source configuration
Links
Sourcetypes
Sourcetype and Index Configuration
Parser Configuration
- Through sc4s-vps
#/opt/sc4s/local/config/app-parsers/app-vps-dell_sonic.conf
#File name provided is a suggestion it must be globally unique
application app-vps-dell_sonic[sc4s-vps] {
filter {
host("sonic" type(string) flags(prefix))
};
parser {
p_set_netsource_fields(
vendor('dell')
product('sonic')
);
};
};
- or through unique port
# /opt/sc4s/env_file
SC4S_LISTEN_DELL_SONIC_UDP_PORT=5005