Database Reference
In-Depth Information
The search code for the dashboard panels
Let's look at the search code for the first panel, Top Hashtags - last 15 minutes. To do this,
click on the magnifying glass under the first chart, as shown in the following screenshot:
Click on the Magnifying Glass under the Top Hashtags panel
When you click on the magnifying glass, you will open the search window. If you click on
the Visualizations tab and then click on Bar to show a bar chart, it looks similar to the
panel in the previous dashboard. The search string used here is shown in the next section.
Top Hashtags - last 15 minutes
In the following code, we look at how the Top Hashtags panel is created in the dashboard:
index=twitter | rename entities.hashtags{}.text as hashtags | fields hashtags | mvex-
pand hashtags | top hashtags
Let's break it down by the pipes shown in the code:
1. First, the Twitter index is selected.
Search WWH ::




Custom Search