Commit Graph

423 Commits

Author SHA1 Message Date
Antoine Cotten 233c4e0b8c
ci: Use token from GitHub App in auto-update workflow 2021-11-03 14:37:26 +01:00
Antoine Cotten 5ffa296608
doc: Add note about cancelling an ongoing trial 2021-10-30 18:55:06 +02:00
Antoine Cotten 9fde1ac351
ci(core): Retry sending data over TCP in case of error
The first attempt occasionally fails, probably due to a race with the
listener's startup.

Additionally, perform minor adjustments to the output written to stderr
to ensure it is properly flushed in the CI environment.
2021-10-28 17:56:39 +02:00
Antoine Cotten c3cc7ae15c
ci: Check for readiness of Logstash in Logspout test
Since we restart Logstash to enable the UDP input prior to running this
test, we should also ensure it has successfully come back, otherwise we
start searching for the expected documents in Elasticsearch way too
early and often run into timeouts.
2021-10-28 15:05:17 +02:00
Antoine Cotten 29d105e663
ci(update): Checkout repo after running Node.js steps
Ensures the workspace is clean before attempting to update any file.
Removes the need for explicitly ignoring Node.js artifacts in Git, since
they get cleaned up by the 'checkout' action before fetching.
2021-10-26 23:48:47 +02:00
Antoine Cotten c8f5f01b7f
ci: Update all release series from single workflow
Run the update job for each currently supported release series, so that
automated updates can be orchestrated from the main branch via a single
scheduled workflow.
2021-10-26 23:08:40 +02:00
github-actions[bot] b2e2aa792c
Update to v7.15.1 (#631)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-10-26 19:41:15 +02:00
Antoine Cotten 04fdb981eb
Restore "Send automated PR upon new stack release"
This reverts commit 9016e00e7b and updates
the 'latest' version detection logic to iterate over releases and pick
the latest matching semver, instead of relying on GitHub's
'/releases/latest' API.
2021-10-26 19:39:01 +02:00
Antoine Cotten 51b8525767
ci: Build/pull all images ahead of actual tests 2021-10-07 01:27:27 +02:00
Antoine Cotten 9a541d14f8
ci: Fix Metricbeat test
The naming scheme of containers created by Compose has changed in V2.

Ref. docker/compose#8655
2021-10-07 01:18:14 +02:00
Antoine Cotten b3abdb1d2e
ci: Use Compose v2 2021-10-07 00:09:07 +02:00
Antoine Cotten 791150114a
Update instructions for Docker Desktop 2021-09-23 23:00:17 +02:00
Antoine Cotten 47fb64f9c6
Update link to security reference
The tutorial page was deleted and links to this reference page.
2021-09-23 22:02:48 +02:00
Antoine Cotten f79ac77ad0
Update to v7.15.0 2021-09-23 21:52:55 +02:00
Antoine Cotten 5103d46859
Update to v7.14.1 2021-09-02 15:39:46 +02:00
Antoine Cotten c8fc437bdb
ci: Always search in explicit index pattern 2021-08-27 00:32:16 +02:00
Antoine Cotten f3940477f9
ci: Print result of search query in Logspout test 2021-08-27 00:21:46 +02:00
Antoine Cotten 9016e00e7b
Revert "Send automated PR upon new stack release"
This reverts commit 730ffa8de5.

Lately, Elastic's release pipeline has been tagging releases from the
older 6.x series as "latest" in place of releases from the current 7.x
series. This results in weekly PRs from GitHub Actions for _downgrading_
our stack from 7.x to 6.x.

In order to avoid receiving those PRs, we disable the update workflow
entirely until the Elastic 6.x release series is marked as EOL.

Ref. elastic/elasticsearch#75436
Closes #611
2021-08-26 00:55:53 +02:00
Antoine Cotten 57298791e0
ci: Increase readiness timeout to 5m
It takes longer for Kibana to start with every major release. Increase
this timeout in anticipation for the v8.0.0 release.
2021-08-23 12:21:45 +02:00
Antoine Cotten 05768d135e
Update to v7.14.0 (#612) 2021-08-11 16:20:56 +02:00
github-actions[bot] 3ed2a5a2d4
Update to v7.13.4 (#607)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-07-25 08:37:34 +02:00
github-actions[bot] 42e537e743
Update to v7.13.2 (#595)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-06-20 19:14:43 +02:00
github-actions[bot] 6af589b4a7
Update to v7.13.1 (#594)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-06-06 22:11:34 +02:00
Conor O'Callaghan 3b61be9559
Update to v7.13.0 (#593) 2021-05-26 16:18:01 +02:00
github-actions[bot] b3498d18ca
Update to v7.12.1 (#591)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-05-02 16:05:01 +02:00
github-actions[bot] 37dc3c1d4a
Update to v7.12.0 (#584)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-03-28 18:12:34 +02:00
github-actions[bot] 3c455d61ca
Update to v7.11.2 (#580)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-03-11 19:24:44 +01:00
Antoine Cotten 7d03e1fc5f
ci: Avoid unbound integer variable
Fixes #578
2021-02-21 16:17:44 +01:00
github-actions[bot] f9235f2105
Update to v7.11.1 (#577)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-02-21 10:34:24 +01:00
github-actions[bot] 75ebebcebb
Update to v7.11.0 (#575)
ci: Update Enterprise Search test for v3 index

App Search API keys are now encrypted in Elasticsearch, so we simply
ensure they exist and don't try to read their value.
2021-02-11 13:48:22 +01:00
Antoine Cotten 980c5c480f
Rename master branch to main (#571) 2021-01-20 08:12:56 +13:00
Antoine Cotten 747a6537f2
Add templates for Elastic/Docker related issues 2021-01-19 16:24:53 +01:00
github-actions[bot] b4dc43e583
Update to v7.10.2 (#570)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-01-16 22:29:47 +01:00
Antoine Cotten a14d68b261
Remove misleading note about rebase policy
All secondary branches are regularly rebased onto master, not only the
tls branch.
2021-01-16 22:24:51 +01:00
Antoine Cotten 40e6f2744b
metricbeat: Reference docs for current instead of master 2021-01-16 21:37:19 +01:00
Antoine Cotten 1273e41260
metricbeat: Improve README, add notes about config 2021-01-16 21:29:11 +01:00
Mustafa Guney f592f221c4
Add Metricbeat extension (#567)
Co-authored-by: Antoine Cotten <hello@acotten.com>
2021-01-16 21:11:24 +01:00
Antoine Cotten fff244e45a
ci: Avoid printing unnecessary empty lines 2021-01-07 20:35:27 +01:00
Antoine Cotten 282a8bbc85
ci: Add test for Logspout extension 2021-01-07 19:53:50 +01:00
Antoine Cotten 94104bebb9
logspout: Sync build script with upstream 2020-12-23 14:16:10 +01:00
github-actions[bot] 29b988195c
Update to v7.10.1 (#556)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2020-12-13 09:50:09 +01:00
Antoine Cotten e5ac436260
kibana: Update link to default config template 2020-11-12 15:51:08 +01:00
Antoine Cotten 43c23374a3
logstash: Explicitly set ecs_compatibility to "disabled"
Since v7.10, Logstash prints the following warning message when this
setting is not defined:

[deprecation.logstash.outputs.elasticsearch] Relying on default value of
`pipeline.ecs_compatibility`, which may change in a future major release
of Logstash. To avoid unexpected changes when upgrading Logstash, please
explicitly declare your desired ECS Compatibility mode.

Ref: https://www.elastic.co/guide/en/logstash/7.10/plugins-outputs-elasticsearch.html#plugins-outputs-elasticsearch-ecs_compatibility
2020-11-12 15:46:27 +01:00
github-actions[bot] 1bee7e1c09
Update to v7.10.0 (#553)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2020-11-11 16:55:48 +01:00
github-actions[bot] 6f6266a605
Update to v7.9.3 (#551)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2020-11-09 14:56:51 +01:00
Antoine Cotten 730ffa8de5
Send automated PR upon new stack release 2020-11-09 14:44:54 +01:00
Antoine Cotten fe2aead437
Point version badge at Elastic's releases blog 2020-11-09 13:46:13 +01:00
Antoine Cotten 78d3a85d7a
doc: Fix numbering in Initial setup section 2020-10-25 13:15:44 +01:00
Antoine Cotten 65ab6443c8
Explain the project's philosophy (#545) 2020-10-18 23:13:53 +02:00
Antoine Cotten ace6e71cff
Enable linter for Markdown files 2020-10-18 20:32:23 +02:00