All Apps and Add-ons

nCircle - Splunk for nCircle: How to install the nCircle API?

declan727
Engager

The documentation does not discuss how to install the nCircle API. I am having a problem getting additional python modules installed for Splunk's Python on Windows.

0 Karma

vladimirvlad
New Member

Hi Declan

nCircleAPI is available in the bin folder of the App itself. The nCircleAPI is automatically included by the App's python scripts.

In order to run the scripts, Python interpreter should be available on the OS - for Windows check here: https://www.python.org/downloads/

0 Karma

declan727
Engager

Interesting. I am currently attempting to use the python version that comes with Splunk. When I attempt to run the getAuditLog.py manually I am receiving the following:

getConfigFile: Warning: Cannot read config file or wrong json structure!
xmlrpclib fault: 1139 EBADREF: Invalid object reference

I am trying to figure out what its choking on.

0 Karma

vladimirvlad
New Member

Try to run the python with the debugger (python -m pdb getAuditLog.py) and break the code at lines 31, 34 and 38 (e.g. b 31) where xmlrpclib calls are being performed. Continue with the script (type c) and when reaching the breakpoints, step over the call (using n or s) to find the the issue.

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...