diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 6f15b22..131c639 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -1,7 +1,7 @@ name: Linting on: [push, pull_request] jobs: - lint: + lint: # Run per push for internal contributers. This isn't possible for forked pull requests, # so we'll need to run on PR events for external contributers. # String comparison below is case insensitive. diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 23d31c5..712cc1b 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -1,5 +1,5 @@ name: Semgrep -on: +on: pull_request_target: branches: - next @@ -21,8 +21,8 @@ jobs: echo "REPOSITORY=${{ github.event.pull_request.head.repo.full_name }}" >> $GITHUB_ENV echo "REF=${{ github.event.pull_request.head.ref }}" >> $GITHUB_ENV - uses: 'phantomcyber/dev-cicd-tools/github-actions/semgrep@main' - with: + with: SEMGREP_DEPLOYMENT_ID: ${{ secrets.SEMGREP_DEPLOYMENT_ID }} SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} - REPOSITORY: ${{ github.repository }} + REPOSITORY: ${{ github.repository }} REF: ${{ github.ref }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a9da34..4742ae5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/phantomcyber/dev-cicd-tools - rev: v1.11 + rev: v1.13 hooks: - id: org-hook - id: package-app-dependencies - repo: https://github.com/Yelp/detect-secrets - rev: v1.1.0 + rev: v1.2.0 hooks: - id: detect-secrets args: ['--no-verify', '--exclude-files', '^splunk.json$'] diff --git a/README.md b/README.md index 1c99624..270f92e 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ # Splunk Publisher: Splunk -Connector Version: 2\.9\.0 +Connector Version: 2\.10\.0 Product Vendor: Splunk Inc\. Product Name: Splunk Enterprise Product Version Supported (regex): "\.\*" -Minimum Product Version: 5\.1\.0 +Minimum Product Version: 5\.2\.0 This app integrates with Splunk to update data on the device, in addition to investigate and ingestion actions @@ -370,7 +370,6 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS #### Action Output DATA PATH | TYPE | CONTAINS --------- | ---- | -------- -action\_result\.status | string | action\_result\.parameter\.ip\_hostname | string | `ip` `host name` action\_result\.parameter\.last\_n\_days | numeric | action\_result\.data\.\*\.\_bkt | string | @@ -387,9 +386,10 @@ action\_result\.data\.\*\.linecount | string | action\_result\.data\.\*\.source | string | action\_result\.data\.\*\.sourcetype | string | action\_result\.data\.\*\.splunk\_server | string | `host name` +action\_result\.status | string | +action\_result\.message | string | action\_result\.summary\.sid | string | action\_result\.summary\.total\_events | numeric | -action\_result\.message | string | summary\.total\_objects | numeric | summary\.total\_objects\_successful | numeric | @@ -435,12 +435,13 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS #### Action Output DATA PATH | TYPE | CONTAINS --------- | ---- | -------- -action\_result\.status | string | action\_result\.parameter\.attach\_result | boolean | action\_result\.parameter\.command | string | action\_result\.parameter\.display | string | +action\_result\.parameter\.end\_time | string | action\_result\.parameter\.parse\_only | boolean | action\_result\.parameter\.query | string | `splunk query` +action\_result\.parameter\.start\_time | string | action\_result\.data\.\*\.\_bkt | string | action\_result\.data\.\*\.\_cd | string | action\_result\.data\.\*\.\_indextime | string | @@ -486,9 +487,10 @@ action\_result\.data\.\*\.spent | string | action\_result\.data\.\*\.splunk\_server | string | `host name` action\_result\.data\.\*\.user | string | action\_result\.data\.\*\.values\(source\) | string | +action\_result\.status | string | +action\_result\.message | string | action\_result\.summary\.sid | string | action\_result\.summary\.total\_events | numeric | -action\_result\.message | string | summary\.total\_objects | numeric | summary\.total\_objects\_successful | numeric | @@ -514,7 +516,6 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS #### Action Output DATA PATH | TYPE | CONTAINS --------- | ---- | -------- -action\_result\.status | string | action\_result\.parameter\.comment | string | action\_result\.parameter\.event\_ids | string | `splunk notable event id` action\_result\.parameter\.integer\_status | numeric | @@ -526,9 +527,10 @@ action\_result\.data\.\*\.failure\_count | numeric | action\_result\.data\.\*\.message | string | action\_result\.data\.\*\.success | boolean | action\_result\.data\.\*\.success\_count | numeric | +action\_result\.status | string | +action\_result\.message | string | action\_result\.summary\.sid | string | action\_result\.summary\.updated\_event\_id | string | -action\_result\.message | string | summary\.total\_objects | numeric | summary\.total\_objects\_successful | numeric | @@ -552,14 +554,14 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS #### Action Output DATA PATH | TYPE | CONTAINS --------- | ---- | -------- -action\_result\.status | string | action\_result\.parameter\.data | string | action\_result\.parameter\.host | string | `ip` `host name` action\_result\.parameter\.index | string | action\_result\.parameter\.source | string | action\_result\.parameter\.source\_type | string | action\_result\.data | string | -action\_result\.summary | string | +action\_result\.status | string | action\_result\.message | string | +action\_result\.summary | string | summary\.total\_objects | numeric | summary\.total\_objects\_successful | numeric | \ No newline at end of file diff --git a/exclude_files.txt b/exclude_files.txt index 2bfc80b..65c28ec 100644 --- a/exclude_files.txt +++ b/exclude_files.txt @@ -2,4 +2,4 @@ docker-compose.yml .gitlab-ci.yml Makefile .git* -whitesource-results \ No newline at end of file +whitesource-results diff --git a/logo_splunk.svg b/logo_splunk.svg index 225e1cd..c67198d 100644 --- a/logo_splunk.svg +++ b/logo_splunk.svg @@ -1 +1 @@ -Asset 1 \ No newline at end of file +Asset 1 diff --git a/logo_splunk_dark.svg b/logo_splunk_dark.svg index 053089f..9051579 100644 --- a/logo_splunk_dark.svg +++ b/logo_splunk_dark.svg @@ -1 +1 @@ -Asset 2 \ No newline at end of file +Asset 2 diff --git a/readme.html b/readme.html index 4d8f5d2..a0e30af 100644 --- a/readme.html +++ b/readme.html @@ -337,4 +337,4 @@

Port Information

- \ No newline at end of file + diff --git a/release_notes/2.10.0.md b/release_notes/2.10.0.md new file mode 100644 index 0000000..dcb85f1 --- /dev/null +++ b/release_notes/2.10.0.md @@ -0,0 +1 @@ +* Fixed an issue in On Poll action where the index time was not honored during scheduled ingestion [PAPP-25411] \ No newline at end of file diff --git a/release_notes/release_notes.html b/release_notes/release_notes.html index cb9089f..193b114 100644 --- a/release_notes/release_notes.html +++ b/release_notes/release_notes.html @@ -1,5 +1,9 @@ -Splunk Release Notes - Published by Splunk April 01, 2022 +Splunk Release Notes - Published by Splunk April 26, 2022

+Version 2.10.0 - Released April 26, 2022 + Version 2.9.0 - Released April 01, 2022