Elastic Search & KIbana with AWS Cognito and FIne Grained Access  Step by Step Tutorial | AWS

preview_player
Показать описание
#elasticsearch
#aws
#pensearch
@amazonwebservices
@Elastic
Рекомендации по теме
Комментарии
Автор

I have AWS Elaticsearch domain hosted with Kibana dashboard. I want to setup auomatic backup process of snapshots/indexes for elasticsearch into S3. how can I achieve this? Could you please guide? I see various videos via OpenSearch dashboard but not via Kibana dashboard, help me to achieve this!

saurabhraut
Автор

The video is good, thanks. There is an issue not covered here. In real production environment you won't be probably creating users manually in IAM - you'd want to integrate with AD, Azure, Gsuite or some other central user repository. So one of the solutions would be having some nginx/apache server running, integrated with AD for authentication, and connected to opensearch kibana on the other hand. And this is the real challenge - how to define permissions for specific users or groups... Would be nice to have some video about it as well.

viacheslavsafronov
Автор

Hi
Thank you for the video. Its very informative

I have just one doubt
Can you please let me know if I am not enabling the fine grained access control then where do I need to setup the ARN for the auth role ?

shivamarora
Автор

This video made my task so much easier !!

manthanagrawal
Автор

Could you please tell how to do DLS with parameter substitutions when authenticated with cognito

saratkhilar
Автор

At 8:29 how do you have more than one authentication method with different app clients? I’m thinking this is the reason why I’m not allowed to sign in when I assign someone the unauth role. Any insights?

Nhutmeg
Автор

This is basically the tutorial from the AWS documentation which I followed and did the same steps as you but when I log in, I am not a master user, I get assigned the default_role and thus I don't see the security plugin. Using Opensearch 2.3. No idea how to fix this. The only thing that is different is the access policy, instead of AWS: "*" I have to put the ARN of the AuthRole in there because AWS complains that it can not be open when using advanced security (aka fine-grained access control). When I create a new domain and do the steps like in your tutorial, it will work. so weird.

falc
Автор

This is for the v old version of Elastic + Kibana. Does not work on >= Elastic 8.

peterbray
Автор

This is going to be easier for anyone who are struggling to make it work.

Thankyou Soumil

birendrasingh
Автор

Thanks for sharing such great knowledge!!!! It is going to be very helpfull in my demands with opensearch.

clebersonhyou
Автор

Hi Soumil, How to upload data from an app to the Elasticsearch behind cognito ?

nchakaravarthy