Skip to content

Instantly share code, notes, and snippets.

@gabhi
Created February 19, 2015 05:36
Show Gist options
  • Save gabhi/3c323a8c412deeafa56e to your computer and use it in GitHub Desktop.
Save gabhi/3c323a8c412deeafa56e to your computer and use it in GitHub Desktop.
elastic search river
http://localhost:9200/_river/my_twitter_river_filter/_meta - PUT
{
"type" : "twitter",
"twitter" : {
"filter" : {
"tracks" : "walmart"
}
}
}
http://localhost:9200/my_twitter_river/_search?q=* - GET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment