Commit Graph

244 Commits

Author SHA1 Message Date
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
Antoine Cotten
b908c5b2ec Add Action to track dead links in docs 2020-10-18 18:49:57 +02:00
Antoine Cotten
a4f4e8fd39 Enable Logstash's Beats input by default
The configuration from the official Docker image includes it by default:
https://github.com/elastic/logstash/blob/7.9/docker/data/logstash/pipeline/default.conf

More information about the Beats input plugin:
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-beats.html
2020-10-18 11:48:25 +02:00
Antoine Cotten
4adbafd19f Document Logstash monitoring port 2020-10-18 11:48:24 +02:00
Antoine Cotten
a447a2c597 Add Elastic Stack logo to ELK badge 2020-10-17 22:37:25 +02:00
Antoine Cotten
e9d5d8f97b Use implicit Markdown list numbering 2020-10-17 15:41:03 +02:00
Antoine Cotten
8aeef2f30c Clarify what happens at the end of the trial 2020-10-17 15:39:15 +02:00
Antoine Cotten
b6592d6c34 Add TLS to stack variants
Closes #402
2020-10-17 12:45:58 +02:00
Antoine Cotten
788b88c148 Update links in README 2020-10-17 12:45:48 +02:00
Antoine Cotten
df7aca5332 ci: Remove unnecessary MODE declarations 2020-10-16 22:02:52 +02:00
Antoine Cotten
b13d73def4 ci: Accept arbitrary curl arguments for polling 2020-10-16 21:59:33 +02:00
Antoine Cotten
95272b72f4 Simplify curator extension 2020-10-16 20:30:10 +02:00
Antoine Cotten
4676f21ee8 CI badge link shows runs filtered by branch 2020-10-14 03:30:32 +02:00
Antoine Cotten
25e0a5471b Ensure CI initializes passwords over localhost
Prevents the occasional connection timeout when the tool randomly picks
the IP of the ingress interface (usually 10.0.0.x/24) instead of the elk
interface (usually 10.0.1.x/24) in Swarm mode.
2020-10-14 02:37:09 +02:00
Antoine Cotten
b599285dac Move CI flow from Travis CI to GitHub Actions 2020-10-14 00:32:17 +02:00
Antoine Cotten
081589dd18 Update to v7.9.2
Closes #539
2020-10-09 11:57:40 +02:00
Antoine Cotten
fd704c4b7c Document how to reset a password 2020-09-17 13:44:59 +02:00
Antoine Cotten
d2ff4a5f22 Update to v7.9.1
Closes #529
2020-09-08 11:32:03 +02:00
BubbaJames
fbe0fa29b9 Replace block quotes with emphasis; bold warnings, italic info (#524)
Co-authored-by: Antoine Cotten <hello@acotten.com>
2020-08-20 10:48:31 +02:00
Antoine Cotten
c0dcc2489b Update to v7.8.0 2020-06-30 10:06:40 +02:00
Antoine Cotten
155c33cc91 Rename App Search to Enterprise Search
Starting with 7.7, Elastic App Search and Elastic Workplace Search are
now available as a single download known as Elastic Enterprise Search.
2020-06-10 15:39:44 +02:00
Antoine Cotten
ffc52a9c89 Update to v7.7.1 2020-06-10 15:29:38 +02:00
Antoine Cotten
516c3f6b57 Ignore .DS_Store files in Docker builds
Fixes #487
2020-04-20 18:37:10 +02:00
Alkan ARSLAN
a7175e265b Update to 7.6.2 (#482)
Co-authored-by: Antoine Cotten <hello@acotten.com>
2020-04-19 14:44:16 +02:00
Antoine Cotten
c6950f8580 Update table of contents 2020-04-01 16:54:30 +02:00
Antoine Cotten
4156c0cb99 docs: Document supported major versions (#474) 2020-03-13 08:44:03 +13:00
Antoine Cotten
190f174637 Add APM Server extension tests
Update extension README
2020-03-05 17:15:08 +01:00
Jason Yee
2d90bfce2d Add App Search extension (#471)
Co-authored-by: Antoine Cotten <hello@acotten.com>
2020-03-05 09:52:17 +01:00
Antoine Cotten
b000267d86 travis: Move reusable functions to bash lib 2020-03-04 22:47:21 +01:00
Antoine Cotten
c680149e42 Update to 7.6.0
Closes #473
2020-03-02 18:06:25 +01:00