Skip to content

Commit

Permalink
Unit file updates/home page update (#605)
Browse files Browse the repository at this point in the history
* Update unit files for proper restart behavior
* Update pathnames for `sleep` and `conntrack`
* Update SC4S docs home page to indicate fully supported status
  • Loading branch information
mbonsack authored and GitHub committed Aug 6, 2020
1 parent bf791a5 commit 4e831f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
1 change: 0 additions & 1 deletion docs/gettingstarted/docker-systemd-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
3 changes: 1 addition & 2 deletions docs/gettingstarted/podman-systemd-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand All @@ -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
```

Expand Down
16 changes: 11 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand Down

0 comments on commit 4e831f5

Please sign in to comment.