Skip to content

Commit ca2a84b

Browse files
committed
Merge branch 'master' into current-ms-62
2 parents ea611c8 + 6313c8d commit ca2a84b

File tree

6 files changed

+103
-50
lines changed

6 files changed

+103
-50
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ node_modules
3535

3636
# The Visual Studio Code Perl extension creates this file
3737
.vstags
38+
39+
/conf.before.yaml
40+
/conf.after.yaml

conf.yaml

Lines changed: 64 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,57 @@ repos:
6161

6262
contents_title: Elastic Stack and Product Documentation
6363

64+
# Each item should take the form:
65+
# <key>: &<variable> <value>
66+
# The keys don't really matter, but by convention the are the same as the variable.
67+
variables:
68+
stackcurrent: &stackcurrent 7.14
69+
stacklive: &stacklive [ master, 7.x, 7.15, 7.14, 6.8 ]
70+
71+
stacklivemain: &stacklivemain [ main, 7.x, 7.15, 7.14, 6.8 ]
72+
73+
mapCloudSaasToClientsTeam: &mapCloudSaasToClientsTeam
74+
ms-62: master
75+
mapCloudEceToClientsTeam: &mapCloudEceToClientsTeam
76+
ms-59: master
77+
ms-57: master
78+
ms-53: master
79+
ms-49: master
80+
ms-47: master
81+
release-ms-41: master
82+
2.5: master
83+
2.4: master
84+
2.3: master
85+
2.2: master
86+
2.1: master
87+
2.0: master
88+
1.1: master
89+
1.0: master
90+
91+
# Use this when you're building a book that uses a "main" branch, but it has a dependency on a repo with a "master" branch
92+
mapMainToMaster: &mapMainToMaster
93+
main: master
94+
95+
# Use this when you're building a book that uses a "master" branch, but it has a dependency on a repo with a "main" branch
96+
mapMasterToMain: &mapMasterToMain
97+
master: main
98+
99+
beatsSharedExclude: &beatsSharedExclude [ 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 1.3, 1.2, 1.1, 1.0.1 ]
100+
beatsXpackLibbeatExclude: &beatsXpackLibbeatExclude [ 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 1.3, 1.2, 1.1, 1.0.1 ]
101+
beatsProcessorExclude: &beatsProcessorExclude [ 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 1.3, 1.2, 1.1, 1.0.1 ]
102+
beatsOutputExclude: &beatsOutputExclude [ 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 1.3, 1.2, 1.1, 1.0.1 ]
103+
104+
64105
toc_extra: extra/docs_landing.html
65106
contents:
66107
- title: Elastic Stack
67108
sections:
68109
- title: Installation and Upgrade Guide
69110
prefix: en/elastic-stack
70-
current: &stackcurrent 7.14
111+
current: *stackcurrent
71112
index: docs/en/install-upgrade/index.asciidoc
72113
branches: [ {main: master}, 7.x, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ]
73-
live: &stacklivemain [ main, 7.x, 7.15, 7.14, 6.8 ]
114+
live: *stacklivemain
74115
chunk: 1
75116
tags: Elastic Stack/Installation and Upgrade
76117
subject: Elastic Stack
@@ -82,8 +123,7 @@ contents:
82123
repo: apm-server
83124
path: docs/guide
84125
exclude_branches: [ 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ]
85-
map_branches: &mapMainToMaster
86-
main: master
126+
map_branches: *mapMainToMaster
87127
-
88128
repo: beats
89129
path: libbeat/docs
@@ -219,7 +259,7 @@ contents:
219259
prefix: en/elasticsearch/reference
220260
current: *stackcurrent
221261
branches: [ master, 7.x, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ]
222-
live: &stacklive [ master, 7.x, 7.15, 7.14, 6.8 ]
262+
live: *stacklive
223263
index: docs/reference/index.x.asciidoc
224264
chunk: 1
225265
tags: Elasticsearch/Reference
@@ -293,13 +333,13 @@ contents:
293333
repo: elasticsearch-py
294334
path: docs/examples
295335
exclude_branches: [ 7.x, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ]
336+
map_branches: *mapMasterToMain
296337
-
297338
alternatives: { source_lang: console, alternative_lang: ruby }
298339
repo: elasticsearch-ruby
299340
path: docs/examples/guide
300341
exclude_branches: [ 7.x, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ]
301-
map_branches: &mapMasterToMain
302-
master: main
342+
map_branches: *mapMasterToMain
303343
-
304344
alternatives: { source_lang: console, alternative_lang: go }
305345
repo: go-elasticsearch
@@ -323,6 +363,7 @@ contents:
323363
repo: elasticsearch-js
324364
path: docs/doc_examples
325365
exclude_branches: [ 7.x, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ]
366+
map_branches: *mapMasterToMain
326367
- title: Elasticsearch Resiliency Status
327368
prefix: en/elasticsearch/resiliency
328369
toc: 1
@@ -443,8 +484,8 @@ contents:
443484
- title: JavaScript API
444485
prefix: javascript-api
445486
current: 7.x
446-
branches: [ master, 7.x, 6.x, 5.x, 16.x ]
447-
live: [ master, 7.x ]
487+
branches: [ {main: master}, 7.x, 6.x, 5.x, 16.x ]
488+
live: [ main, 7.x ]
448489
index: docs/index.asciidoc
449490
chunk: 1
450491
tags: Clients/JavaScript
@@ -526,8 +567,8 @@ contents:
526567
- title: Python API
527568
prefix: python-api
528569
current: 7.x
529-
branches: [ master, 7.x ]
530-
live: [ master, 7.x ]
570+
branches: [ {main: master}, 7.x ]
571+
live: [ main, 7.x ]
531572
index: docs/guide/index.asciidoc
532573
chunk: 1
533574
tags: Clients/Python
@@ -667,8 +708,7 @@ contents:
667708
alternatives: { source_lang: console, alternative_lang: php }
668709
repo: clients-team
669710
path: docs/examples/elastic-cloud/php
670-
map_branches: &mapCloudSaasToClientsTeam
671-
ms-62: master
711+
map_branches: *mapCloudSaasToClientsTeam
672712
-
673713
alternatives: { source_lang: console, alternative_lang: go }
674714
repo: clients-team
@@ -774,7 +814,7 @@ contents:
774814
-
775815
repo: cloud-assets
776816
path: docs
777-
map_branches: &mapCloudEceToCloudAssets
817+
map_branches:
778818
ms-59: master
779819
ms-57: master
780820
ms-53: master
@@ -793,21 +833,7 @@ contents:
793833
alternatives: { source_lang: console, alternative_lang: php }
794834
repo: clients-team
795835
path: docs/examples/elastic-cloud/php
796-
map_branches: &mapCloudEceToClientsTeam
797-
ms-59: master
798-
ms-57: master
799-
ms-53: master
800-
ms-49: master
801-
ms-47: master
802-
release-ms-41: master
803-
2.5: master
804-
2.4: master
805-
2.3: master
806-
2.2: master
807-
2.1: master
808-
2.0: master
809-
1.1: master
810-
1.0: master
836+
map_branches: *mapCloudEceToClientsTeam
811837
-
812838
alternatives: { source_lang: console, alternative_lang: go }
813839
repo: clients-team
@@ -941,7 +967,7 @@ contents:
941967
index: enterprise-search-docs/index.asciidoc
942968
private: 1
943969
current: *stackcurrent
944-
branches: [ master, 7.x, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7 ]
970+
branches: [ {main: master}, 7.x, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7 ]
945971
live: *stacklive
946972
chunk: 1
947973
tags: Enterprise Search/Guide
@@ -958,7 +984,7 @@ contents:
958984
index: workplace-search-docs/index.asciidoc
959985
private: 1
960986
current: *stackcurrent
961-
branches: [ master, 7.x, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6 ]
987+
branches: [ {main: master}, 7.x, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6 ]
962988
live: *stacklive
963989
chunk: 1
964990
tags: Workplace Search/Guide
@@ -975,7 +1001,7 @@ contents:
9751001
index: app-search-docs/index.asciidoc
9761002
private: 1
9771003
current: *stackcurrent
978-
branches: [ master, 7.x, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7 ]
1004+
branches: [ {main: master}, 7.x, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7 ]
9791005
live: *stacklive
9801006
chunk: 1
9811007
tags: App Search/Guide
@@ -1006,7 +1032,7 @@ contents:
10061032
- title: Enterprise Search Python client
10071033
prefix: python
10081034
current: *stackcurrent
1009-
branches: [ master, 7.x, 7.15, 7.14, 7.13, 7.12, 7.11 ]
1035+
branches: [ {main: master}, 7.x, 7.15, 7.14, 7.13, 7.12, 7.11 ]
10101036
live: *stacklive
10111037
index: docs/guide/index.asciidoc
10121038
tags: Enterprise Search Clients/Python
@@ -1343,7 +1369,7 @@ contents:
13431369
-
13441370
repo: ecs-logging
13451371
path: docs
1346-
map_branches: &mapEcsLoggingJavaToEcsLogging
1372+
map_branches:
13471373
1.x: master
13481374
0.x: master
13491375
- title: ECS Logging .NET Reference
@@ -1629,7 +1655,7 @@ contents:
16291655
-
16301656
repo: docs
16311657
path: shared/versions/stack/{version}.asciidoc
1632-
exclude_branches: &beatsSharedExclude [ 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 1.3, 1.2, 1.1, 1.0.1 ]
1658+
exclude_branches: *beatsSharedExclude
16331659
-
16341660
repo: docs
16351661
path: shared/attributes.asciidoc
@@ -1670,15 +1696,15 @@ contents:
16701696
-
16711697
repo: beats
16721698
path: libbeat/processors/*/docs/*
1673-
exclude_branches: &beatsProcessorExclude [ 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 1.3, 1.2, 1.1, 1.0.1 ]
1699+
exclude_branches: *beatsProcessorExclude
16741700
-
16751701
repo: beats
16761702
path: x-pack/libbeat/processors/*/docs/*
16771703
exclude_branches: [ 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 1.3, 1.2, 1.1, 1.0.1 ]
16781704
-
16791705
repo: beats
16801706
path: libbeat/outputs/*/docs/*
1681-
exclude_branches: &beatsOutputExclude [ 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 1.3, 1.2, 1.1, 1.0.1 ]
1707+
exclude_branches: *beatsOutputExclude
16821708
-
16831709
repo: docs
16841710
path: shared/versions/stack/{version}.asciidoc
@@ -1711,7 +1737,7 @@ contents:
17111737
-
17121738
repo: beats
17131739
path: x-pack/libbeat/docs
1714-
exclude_branches: &beatsXpackLibbeatExclude [ 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 1.3, 1.2, 1.1, 1.0.1 ]
1740+
exclude_branches: *beatsXpackLibbeatExclude
17151741
-
17161742
repo: beats
17171743
path: CHANGELOG.asciidoc
@@ -2395,7 +2421,6 @@ contents:
23952421
current: 6.2
23962422
subject: X-Pack
23972423
index: docs/en/index.asciidoc
2398-
private: 1
23992424
branches: [ 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ]
24002425
sources:
24012426
-
@@ -2456,7 +2481,6 @@ contents:
24562481
subject: Marvel
24572482
current: 2.4
24582483
index: docs/public/marvel/index.asciidoc
2459-
private: 1
24602484
branches: [ 2.4, 2.3, 2.2, 2.1, 2.0, {marvel-1.3: 1.3}]
24612485
sources:
24622486
-
@@ -2475,7 +2499,6 @@ contents:
24752499
subject: Shield
24762500
current: 2.4
24772501
index: docs/public/shield/index.asciidoc
2478-
private: 1
24792502
branches: [2.4, 2.3, 2.2, 2.1, 2.0, {shield-1.3: 1.3}, {shield-1.2: 1.2}, {shield-1.1: 1.1}, {shield-1.0: 1.0}]
24802503
sources:
24812504
-
@@ -2494,7 +2517,6 @@ contents:
24942517
subject: Watcher
24952518
current: 2.4
24962519
index: docs/public/watcher/index.asciidoc
2497-
private: 1
24982520
branches: [2.4, 2.3, 2.2, 2.1, 2.0, {watcher-1.0: 1.0}]
24992521
sources:
25002522
-
@@ -2513,7 +2535,6 @@ contents:
25132535
current: 2.4
25142536
index: docs/public/reporting/index.asciidoc
25152537
branches: [ 2.4 ]
2516-
private: 1
25172538
sources:
25182539
-
25192540
repo: x-pack
@@ -2529,7 +2550,6 @@ contents:
25292550
current: 2.4
25302551
index: docs/public/graph/index.asciidoc
25312552
branches: [ 2.4, 2.3 ]
2532-
private: 1
25332553
sources:
25342554
-
25352555
repo: x-pack

renderconf.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/usr/bin/env python
2+
3+
# Loads and then dumps conf.yaml, to test that changes to the conf.yaml don't lead to actual functional changes in behavior.
4+
# Usage:
5+
# ./renderconf.py > conf.before.yaml
6+
# (Make changes)
7+
# ./renderconf.py > conf.after.yaml
8+
# diff conf.before.yaml conf.after.yaml
9+
10+
import yaml
11+
12+
yaml.Dumper.ignore_aliases = lambda *args : True
13+
14+
15+
def main():
16+
data = yaml.load(open("conf.yaml").read(), Loader=yaml.SafeLoader)
17+
print(yaml.dump(data))
18+
19+
if __name__ == "__main__":
20+
main()

schema.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ conf:
88
# beginning of a build.
99
repos: map(str(), str())
1010

11+
variables: map()
12+
1113
# Used as the top-level title for the Table of Contents, and therefore the
1214
# entire site.
1315
contents_title: str()

shared/attributes.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,14 @@ Kibana app and UI names
170170
:ems-init: EMS
171171
:hosted-ems: Elastic Maps Server
172172
:ipm-app: Index Pattern Management
173+
:Data-Sources: Data Views
174+
:Data-source: Data view
175+
:data-source: data view
176+
:Data-sources: Data views
177+
:data-sources: data views
178+
:A-data-source: A data view
179+
:a-data-source: a data view
180+
173181

174182
//////////
175183
Ingest terms

shared/versions/stack/7.14.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
:version: 7.14.0
1+
:version: 7.14.1
22
////
33
bare_version never includes -alpha or -beta
44
////
5-
:bare_version: 7.14.0
6-
:logstash_version: 7.14.0
7-
:elasticsearch_version: 7.14.0
8-
:kibana_version: 7.14.0
9-
:apm_server_version: 7.14.0
5+
:bare_version: 7.14.1
6+
:logstash_version: 7.14.1
7+
:elasticsearch_version: 7.14.1
8+
:kibana_version: 7.14.1
9+
:apm_server_version: 7.14.1
1010
:branch: 7.14
1111
:minor-version: 7.14
1212
:major-version: 7.x

0 commit comments

Comments
 (0)