Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd-baremtal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
submodules: false
- uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-docs-pdf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
submodules: false
- id: doc-files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-ghcr.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
matrix:
container: [container3, container3lite, enterprise]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
submodules: false
- name: Setup regctl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-oci-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
submodules: false
- id: Pull
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: oleksiyrudenko/[email protected]
Expand All @@ -42,7 +42,7 @@ jobs:
needs: mike
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Install Helm
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
matrix_supportedSplunk: ${{ steps.matrix.outputs.supportedSplunk }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
continue-on-error: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: run fossa analyze and create report
run: |
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash
Expand All @@ -129,7 +129,7 @@ jobs:
- meta
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- build_action
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
SC4S_USE_VPS_CACHE: "yes"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
SC4S_CLEAR_NAME_CACHE: "yes"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
SC4S_IPV6_ENABLE: "yes"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand All @@ -354,7 +354,7 @@ jobs:
- test-container
- test-ipv4-name-cache
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/ci-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
matrix_supportedSplunk: ${{ steps.matrix.outputs.supportedSplunk }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
continue-on-error: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: run fossa anlyze and create report
run: |
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
steps:
# To use .trivyignore file, you must check out the repository
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
SC4S_USE_VPS_CACHE: "yes"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
HEALTHCHECK_MAX_QUEUE_SIZE: 10000
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand All @@ -394,7 +394,7 @@ jobs:
image: python:3.9-buster
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand All @@ -417,7 +417,7 @@ jobs:
- test-healthcheck
- test-healthcheck-unit-tests
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
matrix_supportedSplunk: ${{ steps.matrix.outputs.supportedSplunk }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
continue-on-error: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: run fossa anlyze and create report
run: |
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
steps:
# To use .trivyignore file, you must check out the repository
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
HEALTHCHECK_MAX_QUEUE_SIZE: 10000
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand All @@ -396,7 +396,7 @@ jobs:
image: python:3.9-buster
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand All @@ -412,7 +412,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }} || ${{ github.ref == 'refs/heads/develop' }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: oleksiyrudenko/[email protected]
Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
- test-healthcheck-unit-tests
- mike
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
submodules: false
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ secrets.GHCR_PAT }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Update Semver Tags
uses: tchupp/actions-update-semver-tags@v1
2 changes: 1 addition & 1 deletion ansible/resources/env_file
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SC4S_DEST_SPLUNK_HEC_DEFAULT_URL=http://xxx.xxx.xxx.xxx:8088
SC4S_DEST_SPLUNK_HEC_DEFAULT_URL=https://xxx.xxx.xxx.xxx:8088
SC4S_DEST_SPLUNK_HEC_DEFAULT_TOKEN=xxxxxxxxxxxxxxxxxx
#Uncomment the following line if using untrusted SSL certificates
#SC4S_DEST_SPLUNK_HEC_DEFAULT_TLS_VERIFY=no
8 changes: 4 additions & 4 deletions docs/gettingstarted/ansible-docker-podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ docker exec -it ansible_sc4s /bin/bash

* To authenticate with username and password:
``` bash
ansible-playbook -i path/to/inventory.yaml -u <username> --ask-pass path/to/playbooks/docker.yml
ansible-playbook -i ansible/inventory/inventory.yaml -u <username> --ask-pass ansible/playbooks/playbooks/docker.yml
or
ansible-playbook -i path/to/inventory.yaml -u <username> --ask-pass path/to/playbooks/podman.yml
ansible-playbook -i ansible/inventory/inventory.yaml -u <username> --ask-pass ansible/playbooks/playbooks/podman.yml

```
* To authenticate using a key pair:
``` bash
ansible-playbook -i path/to/inventory.yaml -u <username> --key-file <key_file> path/to/playbooks/docker.yml
ansible-playbook -i ansible/inventory/inventory.yaml -u <username> --key-file <key_file> ansible/playbooks/playbooks/docker.yml
or
ansible-playbook -i path/to/inventory.yaml -u <username> --key-file <key_file> path/to/playbooks/podman.yml
ansible-playbook -i ansible/inventory/inventory.yaml -u <username> --key-file <key_file> ansible/playbooks/playbooks/podman.yml
```

# Step 3: Validate your configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/ansible-docker-swarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ansible-playbook -i path/to/inventory_swarm.yaml -u <username> --key-file <key_f
|sc4s | 1 | Swarm |

* To scale your number of services:
```sudo docker service update --replicas 2 sc4s_sc4s```
```sudo docker service update --replicas 2 SC4S_sc4s```

* To see services running in a given stack:
```sudo docker stack services sc4s```
Expand Down
Loading
Loading