Skip to content

Commit

Permalink
Release notes for version 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 5, 2022
1 parent 0ae17b0 commit 9b52b0a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 15 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
36 changes: 25 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Splunk

Publisher: Splunk
Connector Version: 2\.10\.0
Connector Version: 2\.11\.0
Product Vendor: Splunk Inc\.
Product Name: Splunk Enterprise
Product Version Supported (regex): "\.\*"
Minimum Product Version: 5\.2\.0
Minimum Product Version: 5\.3\.0

This app integrates with Splunk to update data on the device, in addition to investigate and ingestion actions

Expand All @@ -24,6 +24,18 @@ This app integrates with Splunk to update data on the device, in addition to inv
[comment]: # "either express or implied. See the License for the specific language governing permissions"
[comment]: # "and limitations under the License."
[comment]: # ""
## App's Token-Based Authentication Workflow

- This app also supports API token based authentication.

- Please follow the steps mentioned in this
[documentation](https://docs.splunk.com/Documentation/Splunk/9.0.0/Security/CreateAuthTokens) to
generate an API token.

**NOTE -** If the username/password and API token are both provided then the API token will be
given preference and a token-based authentication workflow will be used.

## Splunk-SDK

This app uses the Splunk-SDK module, which is licensed under the Apache Software License, Copyright
Expand Down Expand Up @@ -317,6 +329,7 @@ VARIABLE | REQUIRED | TYPE | DESCRIPTION
**port** | optional | numeric | Port
**username** | optional | string | Username
**password** | optional | password | Password
**api\_token** | optional | password | API token
**splunk\_owner** | optional | string | The owner context of the namespace
**splunk\_app** | optional | string | The app context of the namespace
**timezone** | required | timezone | Splunk Server Timezone
Expand All @@ -325,7 +338,7 @@ VARIABLE | REQUIRED | TYPE | DESCRIPTION
**on\_poll\_query** | optional | string | Query to use with On Poll
**on\_poll\_display** | optional | string | Fields to save with On Poll
**on\_poll\_parse\_only** | optional | boolean | Parse Only
**max\_container** | optional | numeric | Max events to ingest for Scheduled Polling\(Default\: 100\)
**max\_container** | optional | numeric | Max events to ingest for Scheduled Polling \(Default\: 100\)
**container\_update\_state** | optional | numeric | Container count to update the state file
**container\_name\_prefix** | optional | string | Name to give containers created via ingestion
**container\_name\_values** | optional | string | Values to append to container name
Expand Down Expand Up @@ -370,6 +383,7 @@ 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 |
Expand All @@ -386,10 +400,9 @@ 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 |

Expand Down Expand Up @@ -435,6 +448,7 @@ 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 |
Expand All @@ -452,6 +466,7 @@ action\_result\.data\.\*\.\_si | string |
action\_result\.data\.\*\.\_sourcetype | string |
action\_result\.data\.\*\.\_subsecond | string |
action\_result\.data\.\*\.\_time | string |
action\_result\.data\.\*\.\_value | string |
action\_result\.data\.\*\.a | string |
action\_result\.data\.\*\.content\.app | string |
action\_result\.data\.\*\.content\.host | string |
Expand Down Expand Up @@ -487,10 +502,9 @@ 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 |

Expand All @@ -516,6 +530,7 @@ 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 |
Expand All @@ -527,10 +542,9 @@ 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 |

Expand All @@ -554,14 +568,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\.status | string |
action\_result\.message | string |
action\_result\.summary | string |
action\_result\.message | string |
summary\.total\_objects | numeric |
summary\.total\_objects\_successful | numeric |
3 changes: 3 additions & 0 deletions release_notes/2.11.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Added token-based authentication workflow
* Replaced an endpoint for test connectivity action
* Fixed miscellaneous proxy-related issues
3 changes: 0 additions & 3 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
**Unreleased**
* Added token-based authentication workflow
* Replaced an endpoint for test connectivity action
* Fixed miscellaneous proxy-related issues

0 comments on commit 9b52b0a

Please sign in to comment.