Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
filebeat keystore create

Add key_passphrase:

Code Block
 filebeat keystore add key_passphrase

Enter the passphrase for filebeat.key

Add beats_system_password:

Code Block
filebeat keystore add beats_system_password

Enter the password of your beats_system built-in user.

Verify:

Code Block
filebeat keystore list
beats_system_password
key_passphrase

References

The following links were very useful while writing this material and performing the tests mentioned in it.