Next we will see our Destinations app in action! Remember that we have configured it to draw events from a prototype web company. That is what we did when we set it up to work with Eventgen. Now, let's look at some of our data:
- After a successful restart, log back in to Splunk and proceed to your new Destinations app:
![](https://static.packt-cdn.com/products/9781788839112/graphics/assets/8db604aa-5ec0-4567-80ea-0eff6609309a.png)
- In the Search field, type this search query and select Enter:
SPL> index=main
![](https://static.packt-cdn.com/products/9781788839112/graphics/assets/5780bda7-cea3-462e-a50f-f88ab001d791.jpg)
Examine the event data that your new app is enabling to come into Splunk. You will see a lot of references to browsers, systems, and so forth, the kinds of information that make a web-based e-commerce company run.
Try changing the time range to Real-time (5 minute window) to see the data flow in before your eyes:
![](https://static.packt-cdn.com/products/9781788839112/graphics/assets/d836ea23-ac7b-44b3-90b0-7ba879a7792e.png)
Congratulations! You now have real-time web log data that we can use in subsequent chapters.
Tip from the Fez: Running a Splunk report under a real-time window places heavier strain on Splunk because it is rerunning the search over and over to generate the live nature of the real-time window. Unless absolutely needed, choose to have reports run for a set time period on user demand or a previously assigned schedule.