Next steps
Now you're ready to create your own apps using the Splunk Application Framework. And if you ever want to run this Quick Start again, you can find it as the Quick Start app on the Home page of the Splunk Application Framework.
Where is the sample data for this Quick Start?
For this Quick Start and our other sample apps, we included some sample geo-tagged data. If you would like to use the data in your other apps, just copy the splunkdj.demo.dataset.csv file from $SPLUNKDJ_HOME/server/apps/quickstartfx/splunkd/lookups to your app's directory under $SPLUNKDJ_HOME/server/apps/your_app/splunkd/lookups.
Search the sample data
To search the sample data, use the inputlookup
command in your search query. For example, this search query lists the count of events in the data set:
| inputlookup splunkdj.demo.dataset.csv | stats count
Explore Splunk Application Framework resources
Sample apps
We have a bunch of sample apps for you to explore within the Splunk Application Framework (you'll see the Home page when you click Done). The source code is in the $HOME/server/apps directory.
The Splunk Developer Portal
This is the home of our documentation, where you'll find more in-depth explanations of how things work, including code examples.
Component Reference
Here you'll find the reference for all of the managers and views, including more code examples.
{% if componentfx %}Components Reference app
We also have an interactive reference on the Splunk Application Framework home page that shows the managers and views in action, with even more code examples.
{% endif %}