Wataru Takase

Results 28 comments of Wataru Takase

What about using LDAP? Create two LDAP groups such as `companyA` and `companyB`, and map your users, `adminA`, `roA`, `adminB`, `roB`, to the groups. Then, configure `own_home.ldap` options. https://github.com/wtakase/kibana-own-home#configuration-with-ldap Finally,...

What about this [patch](https://github.com/wtakase/kibana-own-home/pull/49)? After patching, define all .kibana indices such as `.kibana_roA` in `own_home.local.groups` options. Finally only admin, which has `x-tenants-enabled` header equaling to `true`, can see all the...

I think you need to prepare/develop a patch to set the header for search-guard-kibana-plugin.

Could you check the size of your own_home-6.2.4.zip? Or try to the following method: ``` $ bin/kibana-plugin install https://github.com/wtakase/kibana-own-home/releases/download/v6.2.4/own_home-6.2.4.zip Attempting to transfer from https://github.com/wtakase/kibana-own-home/releases/download/v6.2.4/own_home-6.2.4.zip Transferring 3657906 bytes.................... Transfer complete Retrieving...

Currently, shorten url doesn't work with `own_home.explicit_kibana_index_url`

I am thinking how to do it. And I think it will take some time.

1. With the explicit_kibana_index_url feature, you can have like a `/infra/app/kibana#dashboard/xxxxxx` pathname. (your current kibana.index is `.kibana_infra`) 2. When you push a button to generate shorten URL, Kibana generates hash...

What about [default_kibana_index_suffix](https://github.com/wtakase/kibana-own-home/issues/26#issuecomment-294092860) option?