SplunkPySearch Deprecated

Deprecated. No available replacement. Run a query through Splunk and format the results as a table.

python · Splunk

Details

IDSplunkPySearch
Languagepython
From Version6.5.0
Docker Imagedemisto/splunksdk-py3:1.0.0.2074112
Tagsenhancement splunk

README

Deprecated. No available replacement. Run a query through Splunk and format the results as a table.

Script Data


Name Description
Script Type python2
Tags enhancement, splunk
Cortex XSOAR Version 6.5.0

Dependencies


This script uses the following commands and scripts.

  • splunk-search

Inputs


Argument Name Description
query Splunk query to execute
rows Return up to X first rows. If omitted, defaults to 10.

Outputs


There are no outputs for this script.

commonfields:
  id: SplunkPySearch
  version: -1
name: SplunkPySearch
deprecated: true
script: ''
type: python
subtype: python2
tags:
- enhancement
- splunk
comment: Deprecated. No available replacement. Run a query through Splunk and format the results as a table.
enabled: true
args:
- name: query
  required: true
  default: true
  description: Splunk query to execute
- name: rows
  description: Return up to X first rows. If omitted, defaults to 10.
  defaultValue: "10"
scripttarget: 0
dependson:
  must:
  - splunk-search
fromversion: 6.5.0
dockerimage: demisto/splunksdk-py3:1.0.0.2074112
tests:
- No tests (auto formatted)