I forgot to mention, the Dockerfiles I use to build my Elasticsearch are at
github.com/damm/dockerfiles; feel free to review the java/ image for how I
build java and elasticsearch/ for ES.

Is it possible there's some external tools I need installed?

Thanks!


On Thu, Feb 13, 2014 at 6:57 PM, Scott Likens <[email protected]> wrote:

> Hi,
>
> I've been deploying Elasticsearch with Docker and it's been working great.
>  So I added the Marvel plugin and I get a ton of these in my Elasticsearch
> error log and no system metrics in Marvel.  :(
>
> [2014-02-14 02:55:02,753][DEBUG][action.search.type       ] [Kamal]
> [.marvel-2014.02.14][0], node[_Ofz6YYlTc2hA9ASu3qlRg], [P], s[STARTED]:
> Failed to execute [org.elasticsearch.action.search.SearchRequest@53b9f5]
> org.elasticsearch.search.SearchParseException: [.marvel-2014.02.14][0]:
> query[ConstantScore(BooleanFilter(+no_cache(@timestamp:[1392342894189 TO
> 1392346502752]) +cache(_type:node_stats) +cache(@timestamp:[1392345900000
> TO 1392346560000])))],from[-1],size[0]: Parse Failure [Failed to parse
> source
> [{"size":0,"query":{"filtered":{"query":{"match_all":{}},"filter":{"bool":{"must":[{"range":{"@timestamp":{"from":1392342894189,"to":"now"}}},{"term":{"_type":"node_stats"}},{"range":{"@timestamp":{"from":"now-10m/m","to":"now/m"}}}]}}}},"facets":{"timestamp":{"terms_stats":{"key_field":"node.ip_port.raw","value_field":"@timestamp","order":"term","size":2000}},"os.cpu.usage":{"terms_stats":{"key_field":"node.ip_port.raw","value_field":"os.cpu.usage","order":"term","size":2000}},"os.load_average.1m":{"terms_stats":{"key_field":"node.ip_port.raw","value_field":"os.load_average.1m","order":"term","size":2000}},"jvm.mem.heap_used_percent":{"terms_stats":{"key_field":"node.ip_port.raw","value_field":"jvm.mem.heap_used_percent","order":"term","size":2000}},"fs.total.available_in_bytes":{"terms_stats":{"key_field":"node.ip_port.raw","value_field":"fs.total.available_in_bytes","order":"term","size":2000}},"fs.total.disk_io_op":{"terms_stats":{"key_field":"node.ip_port.raw","value_field":"fs.total.disk_io_op","order":"term","size":2000}}}}]]
> at
> org.elasticsearch.search.SearchService.parseSource(SearchService.java:586)
> at
> org.elasticsearch.search.SearchService.createContext(SearchService.java:489)
> at
> org.elasticsearch.search.SearchService.createContext(SearchService.java:474)
> at
> org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:467)
> at
> org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:239)
> at
> org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteQuery(SearchServiceTransportAction.java:202)
> at
> org.elasticsearch.action.search.type.TransportSearchCountAction$AsyncAction.sendExecuteFirstPhase(TransportSearchCountAction.java:70)
> at
> org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:216)
> at
> org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:203)
> at
> org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$2.run(TransportSearchTypeAction.java:186)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:744)
> Caused by: org.elasticsearch.search.facet.FacetPhaseExecutionException:
> Facet [fs.total.available_in_bytes]: failed to find mapping for
> fs.total.available_in_bytes
> at
> org.elasticsearch.search.facet.termsstats.TermsStatsFacetParser.parse(TermsStatsFacetParser.java:132)
> at
> org.elasticsearch.search.facet.FacetParseElement.parse(FacetParseElement.java:93)
> at
> org.elasticsearch.search.SearchService.parseSource(SearchService.java:574)
> ... 12 more
>
> Making Marvel only semi-useful; I don't have anything disabled in my
> elasticsearch.yml it's pretty stock; any help?
>
> I tried asking in IRC but #elasticsearch isn't very helpful with questions
> in regards to Marvel.
>
> Thanks!
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "elasticsearch" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/elasticsearch/dhpxaOuoZWI/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elasticsearch/326afeb5-1282-4ccd-979e-689556f84403%40googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CALDJu4VnrbgMfGmcz_hKsnAo5re0Jun%2BttF101OBJ7vWVe6Btg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to