This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
feat: support installing the agent with TAR installer and the install subcommand #378
Merged
mdelapenya
merged 43 commits into
elastic:master
from
mdelapenya:326-elastic-agent-subcommands
Oct 21, 2020
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
9d5c040
first version of feature file
EricDavisX 54d8832
fix: typos
mdelapenya dca3adc
fix: proper BDD sequencing
mdelapenya 2bcb84d
chore: remove non-gherkin line
mdelapenya 8aef6d6
chore: refine gherkin tags
mdelapenya 373cd0b
chore: reuse existing step for uninstalling/restarting the agent
mdelapenya ec571ab
chore: export kibana base URL from client
mdelapenya c5a6084
feat: add support for centos/debian with TAR.GZ installer
mdelapenya 2cd7708
chore: rename variable
mdelapenya 335e366
feat: support for a TAR installer
mdelapenya 3f6deea
feat: create a local cache for downloaded binaries
mdelapenya 9c49d7c
fixup. new tar installer
mdelapenya beed3b6
feat: support mulltiple installer types at feature level
mdelapenya 047a170
chore: create token before running the agent
mdelapenya d8ac985
chore: move enroll method to the installer
mdelapenya 92e751a
chore: move installFn to preInstalllFn
mdelapenya 46697e4
chore: proper life cycle for install and enroll
mdelapenya 244b08d
chore: add missing examples in feature file
mdelapenya c8ceab2
chore: enroll ooutside of the install life cycle
mdelapenya 2770c59
chore: use existing step
mdelapenya 31536ad
chore: match existing scenario for installing an agent
mdelapenya 9297068
chore: move to fleet feature file as an example
mdelapenya 9fc751f
chore: move stop scenario to fleet feature file as an example
mdelapenya 0a9bcb0
chore: move restart scenario as a Fleet example
mdelapenya 62f0bbb
chore: move unenroll scenario as a Fleet example
mdelapenya 0ee3527
chore: move reenroll scenario as Fleet example
mdelapenya 2d8dfcd
fix: use proper log path for TAR installer
mdelapenya ce47ad9
fix: create the tokens in the Default policy
mdelapenya 2b41b13
fix: remove the proper service name
mdelapenya ba9b905
chore: use tar installer in endpoint feature
mdelapenya 74ad2ba
fix: update Elastic Endpoint integration title
mdelapenya 3031d0e
feat: implement the step for the empty working dir folder
mdelapenya cda63b2
fix: proper container name
mdelapenya a2014eb
chore: capture specific error for installing agent with revoked token
mdelapenya 825fe8f
chore: use tar installer for fleet
mdelapenya 8781522
chore: join process steps
mdelapenya 7179054
chore: support for restarting the agent
mdelapenya b9c65a3
chore: move subcommand scenarios to fleet ones
mdelapenya 8208b56
chore: simplify getting aggent hash and logs
mdelapenya 017e4d0
fix: agents are offline after uninstall
mdelapenya 399cb7c
fix: update desired status too
mdelapenya 45c7b1d
fix: include inactive status in check
mdelapenya 3562b42
chore: increase timeout for agent status checks
mdelapenya File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc/ @EricDavisX
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It takes +2 minutes in reaching the
offline
status. Is that correct?