Guest User

Untitled

a guest
Jul 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. [2011-02-08 16:16:52,658][DEBUG][action.search.type ] [Bob] [_river][0], node[84K3Ce_lQH6Xk82G1cj1NA], [P], s[STARTED]: Failed to execute [org.elasticsearch.action.search.SearchRequest@d101f3]
  2. org.elasticsearch.search.SearchParseException: [_river][0]: from[0],size[50]: Parse Failure [Failed to parse source [{"size":50,"from":0,"sort":[{"@timestamp":"desc"}],"facets":{"by_hour":{"histogram":{"time_interval":"1h","field":"@timestamp"}}},"query":{"query_string":{"default_operator":"AND","query":"general"}}}]]
  3. at org.elasticsearch.search.SearchService.parseSource(SearchService.java:420)
  4. at org.elasticsearch.search.SearchService.createContext(SearchService.java:335)
  5. at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:169)
  6. at org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteQuery(SearchServiceTransportAction.java:131)
  7. at org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.sendExecuteFirstPhase(TransportSearchQueryThenFetchAction.java:76)
  8. at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:193)
  9. at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.access$000(TransportSearchTypeAction.java:77)
  10. at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$1.run(TransportSearchTypeAction.java:152)
  11. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
  12. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
  13. at java.lang.Thread.run(Thread.java:636)
  14. Caused by: org.elasticsearch.search.SearchParseException: [_river][0]: from[0],size[50]: Parse Failure [No mapping found for [@timestamp]]
  15. at org.elasticsearch.search.sort.SortParseElement.addSortField(SortParseElement.java:139)
  16. at org.elasticsearch.search.sort.SortParseElement.addCompoundSortField(SortParseElement.java:96)
  17. at org.elasticsearch.search.sort.SortParseElement.parse(SortParseElement.java:68)
  18. at org.elasticsearch.search.SearchService.parseSource(SearchService.java:407)
  19. ... 10 more
Add Comment
Please, Sign In to add comment