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

No mapping found for [flow.age] in order to sort on #39

Closed
infiniteproject opened this issue Dec 28, 2016 · 2 comments
Closed

No mapping found for [flow.age] in order to sort on #39

infiniteproject opened this issue Dec 28, 2016 · 2 comments

Comments

@infiniteproject
Copy link

Im getting a lot of ES errors like this while loading reports/flow page:

RemoteTransportException[[Kid Colt][127.0.0.1:9300][indices:data/read/search[phase/query]]]; nested: SearchParseException[failed to parse search source [{"aggs":{"topFlowsByAge":{"top_hits":{"size":10,"sort":[{"flow.age":{"order":"desc"}}]}}},"query":{"bool":{"filter":[{"exists":{"field":"event_type"}},{"term":{"event_type":"flow"}},{"range":{"@timestamp":{"gte":"2016-12-27T15:22:16+01:00"}}}]}},"size":0,"sort":[{"@timestamp":{"order":"desc"}}]}]]; nested: SearchParseException[No mapping found for [flow.age] in order to sort on];

@jasonish
Copy link
Owner

jasonish commented Jan 8, 2017

Does this actually cause a problem with Evebox though?

I think the only way around this would be to create our own mapping, but keeping compatibility with Logstash/Kibana is higher priority right now.

@jasonish
Copy link
Owner

Fixed with 17a7776

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

No branches or pull requests

2 participants