Sharing settings in Kibana
Configure sharing settings in your kibana.yml configuration file.
These settings allow you to customize the behavior of URL sharing in Kibana.
URL expiration settings
URL expiration settings control the behavior of the unused URLs cleanup background task, which runs using the Task Manager plugin. This task allows you to periodically clean up saved objects of type url that have not been accessed in the specified period of time, controlled by the share.url_expiration.duration configuration option. Each saved object is a representation of a URL generated through the sharing functionality. Those settings are disabled by default. You must manually configure them in order to use this feature.
-
Supported on:
If
truethe URL expiration feature is enabled.Datatype:
boolDefault:
false -
Supported on:
Controls the expiration threshold. Saved object that have not been accessed in the specified period of time will get deleted.
Datatype:
stringDefault:
1y -
Supported on:
Controls how often the task runs.
Datatype:
stringDefault:
7d -
Supported on:
Controls how many saved objects should be retrieved and scheduled for deletion per one run of the task.
Datatype:
intDefault:
10000