-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathassembler.yml
More file actions
211 lines (197 loc) · 4.36 KB
/
assembler.yml
File metadata and controls
211 lines (197 loc) · 4.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
environments:
prod:
uri: https://www.elastic.co
path_prefix: docs
content_source: current # current | next
allow_indexing: true
google_tag_manager:
enabled: true
id: GTM-KNJMG2M
optimizely:
enabled: false
id: "18132920325"
feature_flags:
SEARCH_OR_ASK_AI: true
staging:
uri: https://staging-website.elastic.co
path_prefix: docs
content_source: next
google_tag_manager:
enabled: true
id: GTM-KNJMG2M
auth: nPocPUG0wiH68jsVeyRSxA
preview: env-507
cookies_win: x
feature_flags:
SEARCH_OR_ASK_AI: true
edge:
uri: https://d34ipnu52o64md.cloudfront.net
path_prefix: docs
content_source: edge
google_tag_manager:
enabled: false
feature_flags:
SEARCH_OR_ASK_AI: true
dev:
uri: http://localhost:4000
content_source: current
path_prefix: docs
feature_flags:
SEARCH_OR_ASK_AI: true
preview:
uri: https://docs-v3-preview.elastic.dev
path_prefix: ${ASSEMBLER_PREVIEW_PATH_PREFIX}
content_source: current
google_tag_manager:
enabled: false
feature_flags:
SEARCH_OR_ASK_AI: true
air-gapped:
uri: http://localhost:8080
path_prefix: docs
content_source: current
allow_indexing: false
feature_flags:
AIR_GAPPED: true
shared_configuration:
stack: &stack
current: 9.3
next: 9.4
edge: main
master: &master
current: master
next: master
edge: master
###
# 'narrative' shares the same keys as keys in 'references' (<repository_config>)
# 'narrative' defines the docs-content repository
###
narrative:
checkout_strategy: full
###
# 'references' defines a map of `elastic/<repository_name> * <repository_config>
# repository_config:
# skip: bool
# checkout_strategy: full | partial
# # 'full' git clone --depth-1 --single-branch
# # 'partial' --cone sparse-checkout of only the 'docs' folder with --filter=blob:none
# current: <git_ref>
# next: <git_ref>
###
references:
# @elastic/ingest-docs
apm-server:
apm-agent-android:
apm-agent-dotnet:
apm-agent-go:
apm-agent-ios:
apm-agent-java:
apm-agent-nodejs:
apm-agent-php:
apm-agent-python:
apm-agent-ruby:
apm-agent-rum-js:
apm-aws-lambda:
apm-k8s-attacher:
ecs:
current: 9.3 # releases do not always align with the Stack version
next: main
ecs-dotnet:
ecs-logging-go-logrus:
ecs-logging-go-zap:
ecs-logging-go-zerolog:
ecs-logging-java:
ecs-logging-nodejs:
ecs-logging-php:
ecs-logging-python:
ecs-logging-ruby:
ecs-logging:
# CF repos
edot-cloud-forwarder-aws:
private: true
edot-cloud-forwarder-azure:
private: true
elastic-agent:
elastic-otel-dotnet:
elastic-otel-java:
elastic-otel-node:
elastic-otel-php:
elastic-otel-python:
elastic-otel-rum-js:
elastic-serverless-forwarder:
fleet-server:
integration-docs:
private: true
integrations:
logstash-docs-md:
private: true
opentelemetry:
#stack aligned using gated deploys
beats: *stack
logstash: *stack
# @elastic/admin-docs
cloud-on-k8s:
cloud:
current: master
next: master
edge: master
private: true
curator: *master
ecctl: *master
# @elastic/admin-docs and @elastic/developer-docs
elasticsearch:
# @elastic/admin-docs and @elastic/experience-docs
kibana:
# Private Kibana team repo (changelog link filtering; does not publish docs here)
kibana-team:
private: true
skip: true
obs-ai-team:
private: true
skip: true
obs-ai-assistant-team:
private: true
skip: true
observability-error-backlog:
private: true
skip: true
response-ops-team:
private: true
skip: true
roadmap:
private: false
skip: true
search-team:
private: true
skip: true
security-team:
private: true
skip: true
sdh-synthetics:
private: true
skip: true
streams-program:
private: true
skip: true
# @elastic/developer-docs
eland:
elasticsearch-dsl-js:
elasticsearch-hadoop:
elasticsearch-java:
elasticsearch-js:
elasticsearch-net:
elasticsearch-php:
elasticsearch-py:
elasticsearch-rs:
elasticsearch-ruby:
go-elasticsearch:
search-ui:
# @elastic/experience-docs
detection-rules:
checkout_strategy: full
# @elastic/docs-engineering
docs-builder:
current: 9.0
next: main
skip: true
sparse_paths: ["docs", "config"]