I wish to enable Email Notification when we create a new user in Kibana and user should click link from the Email to navigate into login page in Kibana Console. Pls help !!
Thank you for contacting us, @Manoilayans. You can set up an alert to receive email notifications in Kibana when a new user is created. Start by selecting the Elasticsearch index that logs new user creation events. Then, make a query that identifies these events using fields such as created_at
or a new_user
flag. You can schedule this alert according to your preferences.
Here are some resources that may be helpful:
To get this working you will have to enable the audit events for kibana/elasticsearch.
You can then follow the steps from @jessgarson to create your alert.