Closed cronnelly closed 10 years ago
@cronnelly : I had the same problem as you. I did some more digging into Anthracite and ES, and found the source of the problem. See my comment here: https://github.com/Dieterbe/anthracite/issues/13#issuecomment-41612830
sorry all, haven't had time yet to update anthracite for new ES, don't think i'll get around to doing it soon, so if anyone wants to go for it... :) hopefully there's a way to query it that's compatible with both 1.0 and 1.1 ?
From what I can tell, yes, it'll be possible to share between 1.0 and 1.1, but 0.9 will end up being unsupported unless we do version detection. Honestly I don't think it's worth that trouble.
yeah i'm fine with not supporting ES <1.0
fixed via 851ef80
Hi,
I can install anthracite fine using "git clone --recursive". The application starts okay, and I can access the web interface, add an event, and view it in /events/table.
However when I click "timeline", it crashes with the following error: https://gist.github.com/cronnelly/9862978
The web server then becomes unresponsive.
This behaviour happens on both Ubuntu 14.04 Beta, and 12.04 LTS. In both cases, they are running with elasticsearch-1.1.0.deb
Thanks, Mike