Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to access _id from the queried event #57

Closed
ctindel opened this issue Dec 23, 2016 · 2 comments
Closed

Add ability to access _id from the queried event #57

ctindel opened this issue Dec 23, 2016 · 2 comments

Comments

@ctindel
Copy link

ctindel commented Dec 23, 2016

According to @ph there is no way to access _id from the document that was queried, and there should be.

@michaeleino
Copy link

michaeleino commented Apr 18, 2017

I need to access _index is it possible ???
my query is

query => 'Event:"Sent" AND ID:"%{ID}"'
fields => [ ["@timestamp", "SentTime"], ["[document][_index]", "sentindex"] ]

@pemontto
Copy link

I'm trying to use this filter to percolate documents and need the _id to know which percolators matched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants