-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom path for data directory configuration is ignored #157659
Custom path for data directory configuration is ignored #157659
Conversation
Pinging @elastic/kibana-operations (Team:Operations) |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Unknown metric groupsAPI count
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @Ikuni17 |
Fixes #142865 ## Summary The user can set a path for local data storage through CLI or `kibana.yml`, but this setting was not implemented and the default `data` directory was being used. There are a few instances of hard coded `data/xxx` paths in the codebase for babel, ci and testing which are not applicable to production. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: kibanamachine <[email protected]>
Fixes elastic#142865 ## Summary The user can set a path for local data storage through CLI or `kibana.yml`, but this setting was not implemented and the default `data` directory was being used. There are a few instances of hard coded `data/xxx` paths in the codebase for babel, ci and testing which are not applicable to production. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: kibanamachine <[email protected]> (cherry picked from commit 9aa186e) # Conflicts: # packages/kbn-utils/src/path/index.test.ts # packages/kbn-utils/src/path/index.ts # packages/kbn-utils/tsconfig.json
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…tic#157659)" This reverts commit 9aa186e.
…tic#157… (elastic#158325) Revert PR elastic#157659 due to blocking serverless image promotion.
Hi, I've noticed that the commits have been reverted, but I still value the 'path.data' feature. I was wondering if there are any plans to address this bug in the future? Thank you very much. |
Fixes #142865
Summary
The user can set a path for local data storage through CLI or
kibana.yml
, but this setting was not implemented and the defaultdata
directory was being used.There are a few instances of hard coded
data/xxx
paths in the codebase for babel, ci and testing which are not applicable to production.Checklist