Open KodrAus opened 8 years ago
Hey, I just left a comment about this field on the PR, great minds think alike! ;-)
AFAIK @i
will map to _type
, not _id
- https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-type-field.html
Ah I might have to look at the implementation for the hash properly. I thought it was generated from the event body.
I'll look into where I should be storing it :)
The
index_template
should set the_id
field to the event's@i
field, so you can fetch an event by id.