diff --git a/docs/gettingstarted/docker-systemd-general.md b/docs/gettingstarted/docker-systemd-general.md index 60ece81..fe83a6f 100644 --- a/docs/gettingstarted/docker-systemd-general.md +++ b/docs/gettingstarted/docker-systemd-general.md @@ -50,7 +50,6 @@ Environment="SC4S_LOCAL_CONFIG_MOUNT=-v /opt/sc4s/local:/opt/syslog-ng/etc/conf. # Environment="SC4S_TLS_DIR=-v /opt/sc4s/tls:/opt/syslog-ng/tls:z" TimeoutStartSec=0 -Restart=always ExecStartPre=/usr/bin/docker pull $SC4S_IMAGE ExecStartPre=/usr/bin/bash -c "/usr/bin/systemctl set-environment SC4SHOST=$(hostname -s)" diff --git a/docs/gettingstarted/podman-systemd-general.md b/docs/gettingstarted/podman-systemd-general.md index b543f07..048aded 100644 --- a/docs/gettingstarted/podman-systemd-general.md +++ b/docs/gettingstarted/podman-systemd-general.md @@ -68,7 +68,6 @@ Environment="SC4S_LOCAL_CONFIG_MOUNT=-v /opt/sc4s/local:/opt/syslog-ng/etc/conf. # Environment="SC4S_TLS_DIR=-v /opt/sc4s/tls:/opt/syslog-ng/tls:z" TimeoutStartSec=0 -Restart=always ExecStartPre=/usr/bin/podman pull $SC4S_IMAGE ExecStartPre=/usr/bin/bash -c "/usr/bin/systemctl set-environment SC4SHOST=$(hostname -s)" @@ -81,7 +80,7 @@ ExecStart=/usr/bin/podman run -p 514:514 -p 514:514/udp -p 6514:6514 \ "$SC4S_TLS_DIR" \ --name SC4S \ --rm $SC4S_IMAGE -ExecStartPost=sleep 2 ; conntrack -D -p udp +ExecStartPost=/bin/sleep 2 ; /sbin/conntrack -D -p udp Restart=on-success ``` diff --git a/docs/index.md b/docs/index.md index c7c293a..ab0ed84 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,10 +1,10 @@ -# Welcome to Splunk Connect for Syslog +# Welcome to Splunk Connect for Syslog! Splunk Connect for Syslog is an open source packaged solution for -getting data into Splunk using syslog-ng Open Source Edition (Syslog-NG OSE) and the Splunk -HTTP event Collector. +getting data in to Splunk. It is based on the syslog-ng Open Source Edition (Syslog-NG OSE) and transports data to Splunk via the Splunk +HTTP event Collector (HEC) rather than writing events to disk for collection by a Universal Forwarder. -## Project Goals +## Product Goals * Bring a tested configuration and build of syslog-ng OSE to the market that will function consistently regardless of the underlying host's linux distribution * Provide a container with the tested configuration for Docker/K8s that can be more easily deployed than upstream packages directly on a customer OS @@ -14,7 +14,13 @@ HTTP event Collector. ## Support -Splunk Connect for Syslog is an open source product developed by Splunkers with contributions from the community of partners and customers. This unique product will be enhanced, maintained and supported by the community, led by Splunkers with deep subject matter expertise. The primary reason why Splunk is taking this approach is to push product development closer to those that use and depend upon it. This direct connection will help us all be more successful and move at a rapid pace. +* UPDATE! Splunk Connect for Syslog is now officially supported by Splunk. That said, it is still very much an open-source product and +the notes below outlining community support are still highly relevant. + +Splunk Connect for Syslog is an open source product developed by Splunkers with contributions from the community of partners and customers. +This unique product will be enhanced, maintained and supported by the community, led by Splunkers with deep subject matter expertise. The +primary reason why Splunk is taking this approach is to push product development closer to those that use and depend upon it. This direct +connection will help us all be more successful and move at a rapid pace. Post a question to Splunk Answers using the tag "Splunk Connect For Syslog"