Splunk Dev

How can move the knowledge object in Splunk by using Splunk SDK (Python)

tatdat171
Loves-to-Learn Lots

Hi everyone, I am writing the Python script to move the knowledge object to another app.

For example, with the Lookup file:
I can do it with the REST API endpoint 

servicesNS/<user>/<app_name>/data/lookup-table-files/<lookup_file_name/move

 

But I can't find the function to do that with the Splunk Python SDK.

https://docs.splunk.com/DocumentationStatic/PythonSDK/1.7.4/client.html#splunklib.client.Configurati... 
If you have experience with Splunk SDK, please share it with me. Thank!

0 Karma

harsmarvania57
Ultra Champion

Hi @tatdat171 Script which I have created is not out of date. It still works for On-prem and SplunkCloud. I would like to know which functions didn't work for you. Thanks, Harshil 

0 Karma

tatdat171
Loves-to-Learn Lots

Hi @harsmarvania57 ,
I am very appreciate what you did with the script!
In your script, you are using the python package "splunk"

from splunk import mergeHostPath
import splunk.rest as rest
import splunk.auth as auth
import splunk.entity as entity

 
But I can't find the package with pip install. could you give the correct name of package?

0 Karma

harsmarvania57
Ultra Champion

Hi @tatdat171 ,

I am using python modules which are shipped with Splunk Enterprise so to use my script you need Splunk Enterprise as well (you don't need to start/run Splunk Enterprise locally).

0 Karma

tatdat171
Loves-to-Learn Lots

Thank @harsmarvania57, my bad. It worked as well.

I want to write another script that used Splunk SDK, which does not depend on Splunk lib, or must run the script in Splunk server. 
Any way, I nearly finished with my the script by using SDK. 
Thank for your help and your script helped me a lot!

0 Karma

KendallW
Contributor
0 Karma

tatdat171
Loves-to-Learn Lots

Thank @KendallW , that is good reference to CRUD with KOs in the Splunk but the script is out of date, some function did not work anymore.  And he used REST API instead of SDK. 
I am asking about the Splunk SDK.

0 Karma
Get Updates on the Splunk Community!

Developer Spotlight with Paul Stout

Welcome to our very first developer spotlight release series where we'll feature some awesome Splunk ...

State of Splunk Careers 2024: Maximizing Career Outcomes and the Continued Value of ...

For the past four years, Splunk has partnered with Enterprise Strategy Group to conduct a survey that gauges ...

Data-Driven Success: Splunk & Financial Services

Splunk streamlines the process of extracting insights from large volumes of data. In this fast-paced world, ...