Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Got two questions:The latest Operations Guide states that "eNcore can only currently support one server". And this post on Splunk>answer says that they had to "contact Cisco directly and get the CLI version of estreamer". Are these info still correct...
We currently have the "Cisco eStreamer eNcore Add-on for Splunk" (TA-eStreamer) version 3.5.4 installed.The README.txt file says "At the time of release, eNcore works with Cisco Firepower Management Centerversions 6.2.3 (and earlier v6 versions)".I l...
Looking at the MSE REST API's "Notification Event APIs".The documentation states: The Notification Event APIs allows an application to register for Push Notifications from the MSE.But the it fails to clarify how the "Push Notifications" are sent -- I...
I am testing MSE (version 8.0.130.0) REST API for client tracking. I can get JSON objects back with "/api/contextaware/v1/location/clients", but have not found out how to track a single client at a time. The documentation says that it is doable but n...
Hi, all,I have a similar issue with Prime 2.2.3's REST API like these two cases:https://communities.cisco.com/thread/63660https://communities.cisco.com/thread/61982However, the 401 (Not authorized) only occurs when I run my Python script, which uses ...
Happy to report that my very quick and simple hack actually works.If any one is interested, I may be able to clone the app and put it on Github if Cisco is OK with that.
Attempting to answer my 1st question: The default TA-eStreamer input is basically a Splunk scripted input, calling the bin/splencore.sh script to talk to an FMC. That script has a hard-coded "configFilepath".SO -- as a quick hack, if I make a copy of...
I take my earlier response back./api/contextaware/v1/location/clients/<username>
/api/contextaware/v1/location/clients/<macaddress>Both of those actually work. Not sure what happened in my earlier tests exactly, altough I only tried my own username -...
I've done that also:2017-09-01 10:46:31 ERROR 404: Not Found.I have tried many combinations of things.Basically, if I do anything like "/?key=value" (as you normally see in a HTTP GET URL with parameters), I get the entire dump. If I don't use the "?...