Skip to content
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

PID of the kibana process could be written to pid file earlier #4680

Closed
martinhynar opened this issue Aug 17, 2015 · 0 comments · Fixed by #6539
Closed

PID of the kibana process could be written to pid file earlier #4680

martinhynar opened this issue Aug 17, 2015 · 0 comments · Fixed by #6539

Comments

@martinhynar
Copy link

When Kibana starts and elasticsearch is not available, PID of Kibana's process is not written into file. It appears there only after connection if available. This complicates creation of Kibana init.d script (mainly stop function) that must detect PID itself instead of going to pid file. One cannot simply call killproc -p $pidfile

@bevacqua bevacqua self-assigned this Mar 15, 2016
bevacqua added a commit to bevacqua/kibana that referenced this issue Mar 15, 2016
@bevacqua bevacqua removed their assignment Mar 23, 2016
e40pud added a commit to e40pud/kibana that referenced this issue Sep 7, 2022
e40pud added a commit that referenced this issue Sep 13, 2022
…fields and exceptions (#4680) (#140221)

* [Detections] Rule Preview should process override fields and exceptions (#4680)

* CI fixes

- Types
- Unused translations
- Unit tests

* Fix cypress tests

* Fix broken alerts table in fullscreen mode

* Update rule configuration state on about step overrides chnges

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

* Review comments

Co-authored-by: Kibana Machine <[email protected]>
e40pud added a commit to e40pud/kibana that referenced this issue Sep 14, 2022
e40pud added a commit that referenced this issue Sep 14, 2022
…k on override fields changes (#140736)

* [Security Solution][Detections] Rule Preview: Refreshing does not work on override fields changes (#4680)

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

Co-authored-by: kibanamachine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants