You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Replace hostname with the name of the application host server
# Replace index with the TweetSets index id
curl -X GET "[hostname]:9200/tweets-[index]/_search" -H 'Content-Type: application/json' -d @query.json > result.json