Hello all, I am getting unexpected behavior while using QueryElasticSearchHttp into an ES 6 instance. Does NIFI support ES 6? I can send it documents but when I query it I ingest my flowfile instead of getting a result back. At this point, I am not sure if I am just using the processor wrong or if its something that the query methods changed from ES 5 to ES 6.
Thoughts? my query is just on the index "_all" And my query looks like this: my.uuid:123456 Where ES has a document with that field and value.
