From 31990cbbf1e76b31c009427ec0e21c428d7e6ded Mon Sep 17 00:00:00 2001 From: jstebbins-splunk <53191633+jstebbins-splunk@users.noreply.github.com> Date: Fri, 23 Aug 2019 13:42:00 -0700 Subject: [PATCH] Filter dev (#57) This change adds support for Symantec Bluecoat Proxy SG and ASG --- .idea/encodings.xml | 4 +++ .idea/misc.xml | 2 +- .idea/splunk-connect-for-syslog.iml | 2 +- docs/sources.md | 36 +++++++++++++++++++ .../vendor_symantec/bluecoat_proxy.conf | 3 ++ .../log_paths/p_rfc3164-fortinet_fortios.conf | 3 +- .../log_paths/p_rfc3164-paloalto-panos.conf | 3 +- .../p_rfc_5424_noversion-symantec-proxy.conf | 16 +++++++++ package/etc/context-local/splunk_index.csv | 2 ++ tests/test_fortinet_ngfw.py | 6 ++-- tests/test_symantec_proxy.py | 34 ++++++++++++++++++ 11 files changed, 104 insertions(+), 7 deletions(-) create mode 100644 .idea/encodings.xml create mode 100644 package/etc/conf.d/conflib/vendor_symantec/bluecoat_proxy.conf create mode 100644 package/etc/conf.d/log_paths/p_rfc_5424_noversion-symantec-proxy.conf create mode 100644 tests/test_symantec_proxy.py diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 0c225df..10f4f51 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -7,4 +7,4 @@ - \ No newline at end of file + diff --git a/.idea/splunk-connect-for-syslog.iml b/.idea/splunk-connect-for-syslog.iml index a304766..3b1d69b 100644 --- a/.idea/splunk-connect-for-syslog.iml +++ b/.idea/splunk-connect-for-syslog.iml @@ -16,4 +16,4 @@