vogievetsky commented on issue #11275: URL: https://github.com/apache/druid/issues/11275#issuecomment-844317444
👋 Hi, I am the one you can blame for the new console. I want to understand your issues and make sure they are addressed. This change https://github.com/apache/druid/pull/10909 I think will address most of your perf concerns. Sadly it did not make it into Apache Druid 0.21.0. It is available in the latest Imply distribution of Druid you could use that or build your own Druid. Just to clarify `no way to filter prior query in both segments and datasources page` and `no way to save a preset of filters with the responsive UI` these are feature requests right? Not something that worked in the old console. Also can you clarify both point? The legacy console was removed from the Druid codebase because it had security alerts for its dependancies that no one knew how to fix. It is still available here: https://github.com/druid-io/druid-console you can run it as a standalone server but I personally never could get it to work as it is using many npm dependancies that no longer exist etc. If I was in your position I would either grab the latest Imply distro Druid. Or check out the master branch on this repo and run the dev mode of the web console (follow the readme here: https://github.com/apache/druid/tree/master/web-console#getting-started) pointing at your druid cluster like so: `druid_host=your.router.node:8888 npm start` to verify that the fix above works for you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
