Skip to content

Keys and Environment Variables


SEAL Elastic Stack uses the following environment variables:


KBN_PATH_CONF

KBN_PATH_CONF specifies the path to the Kibana keystore. You may use it, if you prefer to store passwords in the the Kibana keystore rather than in the kibana.yml configuration file.

As of SEAL Elastic Stack version 7.16.0 the installation script sets this environment variable for the seal-kibana service automatically. You only need to set it manually, if you whish to set a previous version of SEAL Elastic Stack to a minimal security level.

Available values: String

Defaults:

  • Windows

    • Registry key

      Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\seal-kibana\Parameters\AppEnvironmentExtra
      
    • Path

      Add the following line to the already existing entries:

      KBN_PATH_CONF="C:\ProgramData\SEAL Systems\config\"
      
  • Linux

    • Service configuration file

      /usr/lib/systemd/system/seal-kibana.service
      
    • Section:

      [Service]
      
    • Item

      Environment="KBN_PATH_CONF=/opt/seal/etc"
      

Caution - updates

If you change the paths, they may be overwritten by the next update of SEAL Elastic Stack.


Back to top