Add kubernetes manifests for Heartbeat#17928
Merged
exekias merged 6 commits intoelastic:masterfrom Jul 22, 2020
Merged
Conversation
Contributor
|
Pinging @elastic/uptime (:uptime) |
Contributor
|
Pinging @elastic/integrations-platforms (Team:Platforms) |
ChrsMark
reviewed
Apr 23, 2020
| [WARNING] | ||
| ======================================= | ||
| If you are using Kubernetes 1.7 or earlier: {beatname_uc} uses a hostPath volume to persist internal data, it's located | ||
| under /var/lib/{beatname_lc}-data. The manifest uses folder autocreation (`DirectoryOrCreate`), which was introduced in |
Member
There was a problem hiding this comment.
It seems that there is no DirectoryOrCreate volume in the manifests.
ChrsMark
approved these changes
Apr 24, 2020
Contributor
Author
|
@andrewvc PTAL, happy to go over these changes together |
Contributor
❕ Build Aborted
Expand to view the summary
Build stats
Log outputExpand to view the last 100 lines of log output
|
Contributor
exekias
pushed a commit
to exekias/beats
that referenced
this pull request
Jul 27, 2020
* Add kubernetes manifests for Heartbeat (cherry picked from commit 16759ab)
exekias
pushed a commit
to exekias/beats
that referenced
this pull request
Jul 29, 2020
* Add kubernetes manifests for Heartbeat (cherry picked from commit 16759ab)
melchiormoulin
pushed a commit
to melchiormoulin/beats
that referenced
this pull request
Oct 14, 2020
* Add kubernetes manifests for Heartbeat
leweafan
pushed a commit
to leweafan/beats
that referenced
this pull request
Apr 28, 2023
…eat (elastic#20299) * Add kubernetes manifests for Heartbeat (elastic#17928) * Add kubernetes manifests for Heartbeat (cherry picked from commit 8900d6d) * make update * Add ECK notice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Add Kubernetes example manifests for Heartbeat, with some examples on how to use autodiscover there.
Related issues
Closes #17752