[build/sysv] fix missing env variable rename#73977
Conversation
|
Pinging @elastic/kibana-operations (Team:Operations) |
I'm confused by this statement. I'm having this failure on CentOS 7 which has systemd. |
|
@LeeDr are you using the init script? |
|
@LeeDr here are the builds for testing: https://drive.google.com/drive/folders/1e7QNx1zkKL5j-gG3MGzEday8t83I0XsN?usp=sharing |
|
Some linux distributions (e.g. fedora) have both but don't have systemd symlinked to 'service' yet. |
LeeDr
left a comment
There was a problem hiding this comment.
LGTM - I only tested the rpm artifact on CentOS7 and it was able to start successfully
💚 Build SucceededBuild metrics
To update your PR or re-run it, just comment with: |
* master: (39 commits) [Canvas][tech-debt] Rename __examples__ to __stories__ (elastic#73853) [Canvas] Storybook Redux Addon (elastic#73227) Use "Apply_filter_trigger" in "explore underlying data" action (elastic#71445) [maps] convert top nav config to TS (elastic#73851) [maps] fix fit to bounds for ES document layers with joins (elastic#73985) [Canvas][tech-debt] Refactor Toolbar (completes Kill Recompose.pure) (elastic#73309) [CI] In-progress Slack notifications (elastic#74012) [SIEM][Detection Engine] Fixes tags to accept characters such as AND, OR, (, ), ", * (elastic#74003) [SECURITY_SOLUTION][ENDPOINT] Fix host list Configuration Status cell link loosing list page/size state (elastic#73989) Tweak injected metadata (elastic#73990) Closes elastic#73998 by using `canAccessML` in the ML capabilities API to (elastic#73999) [SIEM] Fixes toaster errors when siemDefault index is an empty or empty spaces (elastic#73991) [Security Solution] Fix timeline pin event callback (elastic#73981) [Security Solution] Fix unexpected redirect (elastic#73969) [Metrics UI] Fix Metrics Explorer TSVB link to use workaround pattern (elastic#73986) [APM] docs: Update machine learning integration (elastic#73597) [Ingest Manager] Fix limited concurrency helper (elastic#73976) [build/sysv] fix missing env variable rename (elastic#73977) Fix a typo. (elastic#73948) [Ingest Manager] Revert fleet config concurrency rollout to rate limit (elastic#73940) ...
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Previously (unreleased/not documented) we had two sets of prefixes for environment variables - KBN and KIBANA. These were refactored to be consistent, and my find and replace missed this one because it matches a (default? or gitignore?) exclusion of /build/ in my text editor.
Testing - this only effects sysv. prior snapshots would fallback to a local config folder and it wouldn't exist. It should start now
Closes #73743