Logstash cheat sheet: Difference between revisions

Jump to navigation Jump to search
"query": {
"match": {
"hostfoo": {
"query": "foobar",
"type": "phrase"
}
"query": {
"match_phrase": {
"hostfoo": "foobar"
}
}