How to save spaces set before

Hi team,
developing kibana and wanna know how to save my version of es while i run it via es snapshot --license trial.
because when i stop kibana and then start this command to run again , my es version is updated and spaces set before are clear. So i need to save my es configure in development environment to save all spaces i set.

You can set a file path for persistent data and add the path.data as an argument to the command. e.g. yarn es snapshot -E path.data=/path/to/my/data.

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