Xpack-session out disable

For X-pack in free license version is it possible to disable the session logout feature?...Also after trial period would ELK function normally as before along with the monitoring feature?

Hi Romeet,

The "session logout feature" you are talking about could mean a few things. There is a setting that will automatically time out sessions after a certain amount of time, which is xpack.security.sessionTimeout. That setting is null by default, which means that sessions will stay active until the browser is closed. See Kibana Guide [8.11] | Elastic

If you are encountering sessions "timing out" on their own, it could be due to something else. There are encryption key settings that you should set in your kibana.yml which will ensure that sessions stay active throughout a restart of the Kibana server:

  • xpack.security.encryptionKey: "something_at_least_32_characters"
  • xpack.reporting.encryptionKey: "something_at_least_32_characters"

If you are using multiple instances of Kibana and have a load balancer in the environment, you must have the same string of 32 random characters configured in every instance's kibana.yml.

Also after trial period would ELK function normally as before along with the monitoring feature?

After the trial period, your license will go into an expired state. You will need to register for a free Basic license (in the Monitoring app, there is a link to a registration page from the Cluster Overview page, where it tells you when your license will expire). Once you download the license JSON file, you will need to install it into your cluster.

When you are running with the free Basic license, you will want to disable the Security feature in elasticsearch.yml and kibana.yml with: xpack.security.enabled: false.

?Hi Tim,

Thanks a lot for the valuable information.

Also I would like to know the price for buying the xpack license?

Thanking You,
Romeet Banerjee

Hi Romeet,

Just fill out the form found at the bottom of this page: Subscriptions | Elastic Stack Products & Support | Elastic and include any info you can give about your use case, and request a quote. Someone will contact you :smiley:

?Hi Tim,

Thanks again, I have already filled the subscription last week and am yet waiting for a reply.

Thanking You,
Romeet Banerjee

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.