- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How does the Splunk internal search functionality work?

Hello, Splunkers.
I have been looking for information about how work internally the splunk searchs. Are they be translated to another programming language like phyton?
How is the workflow since you execute a search and splunk returns to you the results?
I need to know deeper how Splunk works.
Thanks and regards.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Other than being a curious mind, why do you need to know the technical implementation details? What question do you need to answer?
In any case, besides the docs links already provided, you may find this .conf2016 talk of interest. A lot of detail there.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Such a interesting talk!
Really only I need to know if Splunk works internally traducing all to python... I heard this yesterday and I think that it is not right, but I don't find the correct information about this.
Thanks a lot!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

It is not. The vast part of Splunk enterprise core (splunkd) is developed with C/C++. Python is being used for custom search commands any anything else in the are of user customization/modular inputs, etc.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Thanks, @ssievert! You have answered exactly my question 😄
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Or potentially the Splunk 2017 conference talks on Splunk internals...
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Yes! This talk is a great and very detailed discussion on pretty much all aspects of search.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hello @nsanchezfernandez,
You may want to read this documentation.
http://docs.splunk.com/Documentation/Splunk/latest/Data/WhatSplunkdoeswithyourdata
Also, check this question below. Your question is nearly similar to this one.
https://answers.splunk.com/answers/154006/where-can-i-find-a-detailed-explanation-on-how-splunk-sear...
Hope it helps.
Thanks!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Thanks, @lloydknight
It's very interesting link to documentation. I have still the doubt if Splunk replaces internally the search string by phyton commands to look for the data in the indexes... But your answer is very useful!
