Simone Scarduzio

Results 68 comments of Simone Scarduzio
trafficstars

Your acl block has a contradiction: how is the user supposed to use .kibana index for their kibana session, if the indices rule doesn't allow access?

I do like this and it's fine: ```bash bin/elasticsearch-plugin install "https://readonlyrest-data.s3-eu-west-1.amazonaws.com/build/1.13.1/readonlyrest-XXXX_es5.1.2.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJEKIPNTOTIVGQ4EQ/20170118/eu-west-1/s3/aws4_request&X-Amz-Date=20170118T062604Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=b7acf93829ae4afae0ecb00c9ff01b0dbe45d2a6df91606821284d2218093e3b" ``` PS: the URL above doesn't work, paste in your email's URL. I opted to have an official website...

If someone wants to automate, I'm pretty sure they can host the tiny binary somewhere else than my S3 bucket. The only thinking I care is that I will never...

> "register to download ever single binary for every single version after every update... it not good" As I said, I definitely need a login system with "remember me" cookie....

The problem with the above "personal link to latest version" hard wired in your deploy script is that as an ops guy, you'd basically have zero control on when the...

Let's talk again about this when we have a proper login+cookie system ;)

Hello folks, we finally introduced an API endpoint, so you can install ROR Free for Elasticsearch programmatically, without going through the email: ```bash bin/elasticsearch-plugin install -b \ "https://api.beshu.tech/download/es?esVersion=${ES_VERSION}&pluginVersion=${ROR_VERSION}" ``` Both...

Hi @sd65, Currently this is a missing capability of the JWT connector. The good news is that if you are familiar with Java crypto API you don't need Elasticsearch or...

Have you seen the ES logs to see what credentials are being used when the request hits ES?

wait, how is that log line the problem?