geosolutions-it/analytics

Update documentation about ELK credentials setup

Closed this issue · 2 comments

It's required to update documentation, scripts and references about how to set the ELK credentials, so it's clearly defined in the repository.

@jemacchi @randomorder
I agree, but this would be better fit in a chapter about sizing, configuring, deploying elasticsearch (which is not covered at all as we are covering actually a bunch of elastic clients (kibana, logstash, filebeat).
Also accounting procedures change in between environments (kubertes, docker, bare metal, cloud server elastic instance) by the way I think that we could just document it like here:

POST /_security/user/jacknich
{
  "password" : "j@rV1s",
  "roles" : [ "admin", "other_role1" ],
  "full_name" : "Jack Nicholson",
  "email" : "jacknich@example.com",
  "metadata" : {
    "intelligence" : 7
  }
}