Database Reference
In-Depth Information
Tweet Stream (First-Time Users) - last 30 seconds
The Tweet Stream (First-Time Users) panel and the fifth panel show the text fields (or
what we commonly think of as "tweets") in their entirety. The code for this is as follows:
index=twitter user.statuses_count=1 | rename user.screen_name as screenname |
table screenname text | sort -_time
The steps to create the code are shown here:
1. This time, when using the Twitter index, look just for those who have a
user.statuses_count equal to 1.
2. Rename the object user.screen_name as screenname .
3. Create a table listing the screenname and the value of the text field associated
with that screenname .
4. Sort with the most recent tweets at the top.
Search WWH ::




Custom Search