-
-
Notifications
You must be signed in to change notification settings - Fork 511
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
Complete integration with Kibana #832
Comments
What are the current limitations? |
user can not manage indexes \ cluster from Kibana UI as searchd provide only dummy replies. Search with nested aggregations does not work. There could be some more requests that daemon failed to parse or returns wrong reply |
I just discovered manticore and am very curious about it. But I need Kibana. Has any progress been made on this integration/any estimate of when it might be done? |
Yes, we've made great progress on this integration, but unfortunately it's still in an active development stage. In particular we've been working actively on adapting Elasticsearch aggregation capabilities to Manticore which is essential for the integration with Kibana. Unfortunately, we won't make it to the upcoming release we are doing soon, but hopefully we'll have something to check out in a month or so. |
thank you for the feedback @sanikolaev. |
We are testing against 7.6.0. |
That's great that you're working on es aggregations! May I suggest using the latest version of kibana for testing? 7.6 is both 3.5 years old and not even the latest major version (8.x). The changes to the elastic license probably dont really affect most manticore users - my understanding is it just stops you from starting something that competes with elastic cloud (like aws elasticsearch service did). |
Hello! Is there any progress with integration with Kibana? We're looking for a replacement for ES as a log storage, but any other dashboards otheer than Kibana are pretty unusable. |
There's progress, but the work is not publicly available yet due to dependencies on some other things that are being implemented. We hope to make it all available for testing soon. |
Any news? |
Yes. This task has been blocked by the work related with improving date/time functions in Manticore - 514d35b That's now done and we are getting back to this task soon. I remember @nickchomey and a few others in the Public Slack were interested in beta-testing the new functionality. We'll ping you guys as soon as we have something to give you. Hope it will happen soon. |
I'd like to join kibana integration beta-testing 🙂 |
I've built the package for testing. You could grab it from here https://github.com/manticoresoftware/manticoresearch/actions/runs/7957643370 and test integration. |
Thanks. Let's prepare a better instruction for beta-testers, so it's clear how to install the beta version. |
seems
|
should be fixed at the master head 15975cf |
@Nick-S-2018 As discussed, reassining to you to continue working on the project from the Buddy's standpoint. Here's an updated instruction how to set up Kibana + Manticore + Elasticsearch + HAproxy + Mitmproxy:
|
@sanikolaev Why such a complicated setup? Can I just run manticore / kibana in compose without all this? Can Kibana v8.x be used? |
@gaby That's a temporary setup for development. Of course when we are done with the integration you'll be able to just point Kibana to Manticore. But we are not there yet. Still some work left until we can announce that. |
@sanikolaev Thanks for the explanation, looking forward to this! 💪 |
Blocked by #1993 |
Was blocked by #2064, which is fixed now. |
Blocked by #2064 |
the #2064 is fixed in the master head |
Blocked by #2110 |
Fixed |
Blocked by #1744 |
Unblocked. |
The support for Kibana visualizations is implemented in manticoresoftware/manticoresearch-buddy#350 |
Looks good for me now |
Manticore can work with Kibana like this:
If all went well you should see:
But it has some limitations. This task is to complete this integration.
The text was updated successfully, but these errors were encountered: