IgnitedMind
IgnitedMind

Reputation: 367

Setting Alerting configuration on Kibana 7.9

I am using basic license for elastic search with on-premises deployment without security. I want to get started with Alerting and Actions in Kibana 7.9. I have set xpack.encryptedSavedObjects.encryptionKey value as per documentation here

I restarted kibana after adding encrytionKey in kibana.yml file.

Still I am getting the same error as “You must set an encryption key”

enter image description here

Any leads will be appreciated.

And after kibana was restarted, it just crashed. needed to revert kibana.yml.

Upvotes: 4

Views: 12261

Answers (2)

user3224940
user3224940

Reputation: 81

  1. bin/kibana-encryption-keys.bat generate

  2. copy your information

    xpack.encryptedSavedObjects.encryptionKey: xxxxxxxxxxxxxx

    xpack.reporting.encryptionKey: xxxxxxxxxxxxxxxxxx

    xpack.security.encryptionKey: xxxxxxxxxxxxxxxxx

  3. paste in your kibana.yml

  4. reset ElasticSearch and Kibana

  5. done

Upvotes: 7

IgnitedMind
IgnitedMind

Reputation: 367

I found the solution as discussed here

Restarted elasticsearch and kibana - both services after adding encryptionKey in kibana.yml.

Upvotes: 6

Related Questions