lightweight sgadmin

Hi,

I would like to run sgadmin from a server which is not running in the ES cluster. In the best world, I would even not have Elastic installed.

Is there a light-weight sgadmin but with a reduced set of dependencies ? In my dream it would even not be written in java but in plain python or some similar lightweight langage.

Is there any plan about such a solution ? Is that complicated ? Perhaps java modularisation could help ?

Yes, there is a standalone sgadmin that comes with all required dependencies. You can run it from any machine that has access to your cluster:

https://oss.sonatype.org/service/local/repositories/releases/content/com/floragunn/search-guard-6/6.5.1-23.2/search-guard-6-6.5.1-23.2-sgadmin-standalone.zip

(just replace the version number with yours)

sgadmin works on the transport layer of Elasticsearch, so, naturally, it has to be Java. We will provide an sgadmin version that operates on the REST layer with ES/SG7, but that will take a while.

···

On Wednesday, November 28, 2018 at 10:24:41 AM UTC+1, Fabrice Bacchella wrote:

Hi,

I would like to run sgadmin from a server which is not running in the ES cluster. In the best world, I would even not have Elastic installed.

Is there a light-weight sgadmin but with a reduced set of dependencies ? In my dream it would even not be written in java but in plain python or some similar lightweight langage.

Is there any plan about such a solution ? Is that complicated ? Perhaps java modularisation could help ?

Thanks ! That’s nice.

···

Le 28 nov. 2018 à 11:07, Jochen Kressin jkressin@floragunn.com a écrit :

Yes, there is a standalone sgadmin that comes with all required dependencies. You can run it from any machine that has access to your cluster:

https://oss.sonatype.org/service/local/repositories/releases/content/com/floragunn/search-guard-6/6.5.1-23.2/search-guard-6-6.5.1-23.2-sgadmin-standalone.zip

(just replace the version number with yours)

sgadmin works on the transport layer of Elasticsearch, so, naturally, it has to be Java. We will provide an sgadmin version that operates on the REST layer with ES/SG7, but that will take a while.

On Wednesday, November 28, 2018 at 10:24:41 AM UTC+1, Fabrice Bacchella wrote:

Hi,

I would like to run sgadmin from a server which is not running in the ES cluster. In the best world, I would even not have Elastic installed.

Is there a light-weight sgadmin but with a reduced set of dependencies ? In my dream it would even not be written in java but in plain python or some similar lightweight langage.

Is there any plan about such a solution ? Is that complicated ? Perhaps java modularisation could help ?

You received this message because you are subscribed to the Google Groups “Search Guard Community Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to search-guard+unsubscribe@googlegroups.com.

To post to this group, send email to search-guard@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/search-guard/dc5f4e15-5f71-4e35-a0c5-c1cbc4b74665%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Thanks for the direct link. Is there a way to navigate to these releases? The documentation at Configuration Migration | Security for Elasticsearch | Search Guard says they can be found at Maven Central which I think I’ve used in the past but I can see no standalone version there now.

···

On Wednesday, November 28, 2018 at 10:07:47 AM UTC, Jochen Kressin wrote:

Yes, there is a standalone sgadmin that comes with all required dependencies. You can run it from any machine that has access to your cluster:

https://oss.sonatype.org/service/local/repositories/releases/content/com/floragunn/search-guard-6/6.5.1-23.2/search-guard-6-6.5.1-23.2-sgadmin-standalone.zip

Central Repository: com/floragunn/search-guard-6/6.5.3-23.2 for example

···

Am 12.12.2018 um 18:24 schrieb jbeckett@ft-services.com:

On Wednesday, November 28, 2018 at 10:07:47 AM UTC, Jochen Kressin wrote:
Yes, there is a standalone sgadmin that comes with all required dependencies. You can run it from any machine that has access to your cluster:

https://oss.sonatype.org/service/local/repositories/releases/content/com/floragunn/search-guard-6/6.5.1-23.2/search-guard-6-6.5.1-23.2-sgadmin-standalone.zip

Thanks for the direct link. Is there a way to navigate to these releases? The documentation at Configuration Migration | Security for Elasticsearch | Search Guard says they can be found at Maven Central which I think I've used in the past but I can see no standalone version there now.

--
You received this message because you are subscribed to the Google Groups "Search Guard Community Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to search-guard+unsubscribe@googlegroups.com.
To post to this group, send email to search-guard@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/search-guard/20faa3eb-5a1d-484e-a209-e5e1fd365a66%40googlegroups.com\.
For more options, visit https://groups.google.com/d/optout\.

Ahhhh. it always shows “…-api” as the latest version, which doesn’t have this, you have to navigate back to the right non-api artifact and there it is.

Thanks.

···

On Wednesday, December 12, 2018 at 5:30:10 PM UTC, Search Guard wrote:

https://repo1.maven.org/maven2/com/floragunn/search-guard-6/6.5.3-23.2/ for example