This repository was archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
chore: add APM integration to CI #1148
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
6814e34
chore: add APM integration to CI
mdelapenya 194accc
fix: update scenario step to latest version
mdelapenya ea12af8
chore: remove blank lines
mdelapenya f050d37
fix: remove fleet server from the stand-alone agent
mdelapenya 5d3c543
feat: add an scenario for adding integrations
mdelapenya 5039a13
chore: simplify scenarios avoiding testing twice
mdelapenya ec96be9
chore: rename scenario
mdelapenya 7f57a22
chore: add integrations feature file to the CI
mdelapenya f7bcf04
chore: remove references to FleetServerPolicy, as it's not used anymore
mdelapenya bb518d7
fix: bring fleet-server boostrap test back
mdelapenya 60aebe0
fix: expose cloud agent in a not used port
mdelapenya 0db8620
chore: extract a method to get Fleet Server URL
mdelapenya e02bd6f
fix: get stand-alone agent by hostname from agents list
mdelapenya ce45452
fix: automatically enroll the stand-alone agent in Fleet
mdelapenya 7fa5f42
fix: reduce the number of occurrences
mdelapenya ff86a5e
fix: there are 2 filebeat instances
mdelapenya c48752c
chore: move cloud configs to a better place
mdelapenya 69d866b
chore: run APM tests with ubi8 base image
mdelapenya 679769c
fix: keep original structure
mdelapenya d42e255
fix: right volume path
mdelapenya 7fd3bb4
Merge branch 'master' into apm-server-tests
mdelapenya 82393c3
chore: remove cloud scenario for APM integration
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 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
21 changes: 0 additions & 21 deletions
21
cli/config/compose/services/elastic-agent/apm-legacy/config/apm-server.yml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
cli/config/compose/services/elastic-agent/apm-legacy/config/capabilities.yml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
cli/config/compose/services/elastic-agent/apm-legacy/config/credentials.yml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
cli/config/compose/services/elastic-agent/apm-legacy/config/fleet-setup.yml
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| @integrations | ||
| Feature: Integrations | ||
| Scenarios for operating integrations | ||
|
|
||
| @install | ||
| Scenario Outline: Adding an Integration to a Policy | ||
| When the "<integration>" integration is "added" in the policy | ||
| Then the "<integration>" datasource is shown in the policy as added | ||
| Examples: | ||
| | integration | | ||
| | Elastic APM | | ||
| | Endpoint | | ||
| | Linux | |
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
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
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
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.
This was an error hidden by the non-autoenrolling stand-alone agent.