-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New documentation for podman, docker and swarm! * Support for trusted certs for Splunk * Support for product specific TCP/UDP listeners
- Loading branch information
Ryan Faircloth
authored and
GitHub
committed
Sep 20, 2019
1 parent
0656fb4
commit be12e52
Showing
77 changed files
with
2,223 additions
and
841 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,68 @@ | ||
| #Splunk Connect for Syslog (SC4S) by Splunk, Inc. | ||
| # | ||
| #To the extent possible under law, the person who associated CC0 with | ||
| #Splunk Connect for Syslog (SC4S) has waived all copyright and related or neighboring rights | ||
| #to Splunk Connect for Syslog (SC4S). | ||
| # | ||
| #You should have received a copy of the CC0 legalcode along with this | ||
| #work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>. | ||
| version: "3.2" | ||
| services: | ||
| test: | ||
| build: ./tests | ||
| links: | ||
| - splunk | ||
| - sc4s | ||
| - sc4s-juniper | ||
| volumes: | ||
| - sc4s-tests:/work/tests | ||
| - sc4s-results:/work/test-results | ||
| environment: | ||
| - SPLUNK_PASSWORD=${SPLUNK_PASSWORD} | ||
|
|
||
| sc4s: | ||
| image: splunk/scs:latest | ||
| hostname: sc4s | ||
| ports: | ||
| - "514" | ||
| - "601" | ||
| - "514/udp" | ||
| - "5514" | ||
| - "5514/udp" | ||
| stdin_open: true | ||
| tty: true | ||
| links: | ||
| - splunk | ||
| environment: | ||
| - SPLUNK_HEC_URL=${SPLUNK_HEC_URL} | ||
| - SPLUNK_HEC_STATSURL=${SPLUNK_HEC_STATSURL} | ||
| - SPLUNK_HEC_TOKEN=${SPLUNK_HEC_TOKEN} | ||
| - SPLUNK_CONNECT_METHOD=${SPLUNK_CONNECT_METHOD} | ||
| - SPLUNK_DEFAULT_INDEX=${SPLUNK_DEFAULT_INDEX} | ||
| - SPLUNK_METRICS_INDEX=${SPLUNK_DEFAULT_INDEX} | ||
| - SC4S_DEST_SPLUNK_HEC_TLS_VERIFY=no | ||
| - SC4S_LISTEN_JUNIPER_NETSCREEN_TCP_PORT=5000 | ||
| splunk: | ||
| image: splunk/splunk:latest | ||
| hostname: splunk | ||
| ports: | ||
| - "8000:8000" | ||
| - "8088:8088" | ||
| - "8089:8089" | ||
| environment: | ||
| - SPLUNK_HEC_TOKEN=${SPLUNK_HEC_TOKEN} | ||
| - SPLUNK_PASSWORD=${SPLUNK_PASSWORD} | ||
| - SPLUNK_START_ARGS=${SPLUNK_START_ARGS} | ||
| - SPLUNK_APPS_URL=${SPLUNK_APPS_URL} | ||
| - SPLUNKBASE_USERNAME=${SPLUNKBASE_USERNAME} | ||
| - SPLUNKBASE_PASSWORD=${SPLUNKBASE_PASSWORD} | ||
| volumes: | ||
| - splunk-etc:/opt/splunk/etc | ||
|
|
||
| volumes: | ||
| sc4s-tests: | ||
| external: true | ||
| sc4s-results: | ||
| external: true | ||
| splunk-etc: | ||
| external: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.