Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
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/validate-action-typings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: krzema12/github-actions-typing@v1
- uses: typesafegithub/github-actions-typing@v2
21 changes: 1 addition & 20 deletions action-types.yml
Original file line number Diff line number Diff line change
@@ -1,50 +1,31 @@
# See https://github.com/krzema12/github-actions-typing
# See https://github.com/typesafegithub/github-actions-typing
inputs:
splunk-image:
type: string
description: 'The Splunk Docker image to use. Default is "splunk/splunk:latest".'
default: "splunk/splunk:latest"

splunk-container-name:
type: string
description: "The name of the Splunk container to create."
default: "so1"

splunk-apps-url:
type: string
description: "The URL to a tarball of Splunk apps to install."
default: ""

splunk-password:
type: string
description: "The password for the Splunk admin user. This is a required field."

splunk-cloud-username:
type: string
description: "The username for Splunk Cloud, if applicable."
default: ""

splunk-cloud-password:
type: string
description: "The password for Splunk Cloud, if applicable."
default: ""

splunk-license-uri:
type: string
description: "The URI for a Splunk license file, if using a license that is not the free version."
default: ""

splunk-app-port:
type: string
description: "The port for the Splunk web interface. Default is 8000."
default: "8000"

splunk-mgmt-port:
type: string
description: "The port for the Splunk management interface. Default is 8089."
default: "8089"

timezone:
type: string
description: 'The timezone for the Splunk instance. Default is "UTC".'
default: "UTC"