Hi,
I am trying to use the custom command to read the data from other database and return to Splunk as query results. I understand that a custom command can be developed in python script and I'm thinking that python script can read the data from the database and return to Splunk.
I have few questions here:
- When we execute the custom search command in Splunk search GUI - does custom search command requests goes to Indexer? In other words, do I need the indexers when i just run only the custom search command in my Splunk distributed environment?
- The custom search command had to retrieve lots of data from database. So, the custom search can be used for large volume of databases and performance issues can be anticipated for custom search commands?
- How Splunk handles the custom search commands in backend - when there are multiple users execute the custom search command - Splunk executes the python script in the same thread (or) in different thread per user search request?
Thanks