forked from elastic/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf.yaml
358 lines (319 loc) · 10.6 KB
/
conf.yaml
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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
paths:
build: html/
repos: .repos/
branch_tracker: html/branches.yaml
repos:
elasticsearch:
url: https://github.com/elastic/elasticsearch.git
current: 1.6
branches:
- master
- 1.x
- 1.6
- 1.5
- 1.4
- 1.3
- 0.90
guide:
url: https://github.com/elastic/elasticsearch-definitive-guide.git
current: master
branches: [master]
elasticsearch-hadoop:
url: https://github.com/elastic/elasticsearch-hadoop.git
current: 2.1
branches:
- master
- 2.1
- 2.0
elasticsearch-php:
url: https://github.com/elastic/elasticsearch-php
current: 1.0
branches:
- master
- 2.0
- 1.0
- 0.4
elasticsearch-js:
url: https://github.com/elastic/elasticsearch-js.git
current: master
branches:
- master
elasticsearch-net:
url: https://github.com/elastic/elasticsearch-net.git
current: develop
branches: [develop]
logstash:
url: https://github.com/elastic/logstash-docs.git
current: master
branches: [master]
private: 1
packetbeat:
url: https://github.com/elastic/packetbeat.git
current: 1.0.0.Beta1
branches:
- master
- 1.0.0.Beta1
marvel:
url: https://github.com/elastic/elasticsearch-marvel.git
current: 1.3
branches: [1.3]
private: 1
kibana:
url: https://github.com/elastic/kibana.git
current: 4.1
branches:
- 4.1
- 4.0
- 3.0
watcher:
url: https://github.com/elastic/elasticsearch-watcher.git
current: 1.0.0-rc1
branches:
- 1.0.0-rc1
- 1.0.0-Beta2
- 1.0.0-Beta1
private: 1
shield:
url: https://github.com/elastic/elasticsearch-shield.git
current: 1.2
branches:
- 1.2
- 1.1
- 1.0
private: 1
curator:
url: https://github.com/elastic/curator.git
current: master
branches: [master]
contents_title: Docs
contents:
- title: "Elasticsearch: Store, Search, and Analyze"
sections:
-
title: Elasticsearch Reference
prefix: en/elasticsearch/reference
repo: elasticsearch
index: docs/reference/index.asciidoc
chunk: 1
tags: Elasticsearch/Reference
-
title: Elasticsearch - The Definitive Guide
prefix: en/elasticsearch/guide
repo: guide
index: book.asciidoc
chunk: 1
tags: Elasticsearch/Definitive Guide
-
title: Resiliency status
prefix: en/elasticsearch/resiliency
repo: elasticsearch
index: docs/resiliency/index.asciidoc
toc: 1
abbr: resliency
branches: [master]
current: master
single: 1
tags: Elasticsearch/Resiliency Status
-
title: Clients
sections:
-
title: Java API
prefix: en/elasticsearch/client/java-api
repo: elasticsearch
index: docs/java-api/index.asciidoc
tags: Clients/Java
-
title: JavaScript API
prefix: en/elasticsearch/client/javascript-api
repo: elasticsearch-js
index: docs/index.asciidoc
tags: Clients/JavaScript
branches:
- master
-
title: Groovy API
prefix: en/elasticsearch/client/groovy-api
repo: elasticsearch
index: docs/groovy-api/index.asciidoc
tags: Clients/Groovy
-
title: .NET API
prefix: en/elasticsearch/client/net-api
repo: elasticsearch-net
index: docs/asciidocs/index.asciidoc
branches: [develop]
current: develop
tags: Clients/.Net
-
title: PHP API
prefix: en/elasticsearch/client/php-api
repo: elasticsearch-php
index: docs/index.asciidoc
tags: Clients/PHP
-
title: Perl API
prefix: en/elasticsearch/client/perl-api
repo: elasticsearch
index: docs/perl/index.asciidoc
branches: [master]
current: master
single: 1
tags: Clients/Perl
-
title: Python API
prefix: en/elasticsearch/client/python-api
repo: elasticsearch
index: docs/python/index.asciidoc
branches: [master]
current: master
single: 1
tags: Clients/Python
-
title: Ruby API
prefix: en/elasticsearch/client/ruby-api
repo: elasticsearch
index: docs/ruby/index.asciidoc
branches: [master]
current: master
tags: Clients/Ruby
-
title: "Shield: Security for Elasticsearch"
sections:
-
title: Shield Reference
prefix: en/shield
repo: shield
index: docs/public/00-index.asciidoc
abbr: shield
chunk: 1
tags: Shield/Reference
-
title: "Watcher: Alerts for Elasticsearch"
sections:
-
title: Watcher Reference
prefix: en/watcher
repo: watcher
index: docs/index.asciidoc
abbr: watcher
chunk: 1
tags: Watcher/Reference
-
title: "Marvel: Manage, Monitor, and Optimize Elasticsearch"
sections:
-
title: Marvel Reference
prefix: en/marvel
repo: marvel
index: docs/index.asciidoc
tags: Marvel/Reference
-
title: "Kibana: Explore, Visualize, and Share"
sections:
-
title: Kibana Reference
prefix: en/kibana
repo: kibana
index: docs/index.asciidoc
chunk: 1
tags: Kibana/Reference
- title: "Logstash: Collect, Enrich, and Transport"
sections:
-
title: Logstash Reference
prefix: en/logstash
repo: logstash
index: docs/index.asciidoc
chunk: 1
tags: Logstash/Reference
-
title: Logstash Roadmap
prefix: en/logstash-roadmap
repo: logstash
index: docs/static/roadmap/index.asciidoc
toc: 1
branches: [master]
current: master
single: 1
tags: Logstash/Roadmap
- title: "Beats: Collect, Parse, and Ship"
sections:
-
title: Packetbeat Reference
prefix: en/beats/packetbeat
repo: packetbeat
index: docs/index.asciidoc
tags: Packetbeat/Reference
-
title: "Elasticsearch for Apache Hadoop"
sections:
-
title: es-hadoop reference
prefix: en/elasticsearch/hadoop
repo: elasticsearch-hadoop
index: docs/src/reference/asciidoc/index.adoc
tags: Elasticsearch/Apache Hadoop
-
title: "Integrations"
sections:
-
title: Curator Index Management
prefix: en/elasticsearch/client/curator
repo: curator
index: docs/asciidoc/index.asciidoc
tags: Clients/Curator
-
title: Community Contributions
prefix: en/elasticsearch/client/community
index: docs/community/index.asciidoc
repo: elasticsearch
branches: [master]
current: master
tags: Elasticsearch/Community
-
title: Rivers
prefix: en/elasticsearch/rivers
index: docs/river/index.asciidoc
repo: elasticsearch
tags: Elasticsearch/Rivers
single: 1
redirects:
-
prefix: en/
redirect: /guide
-
prefix: en/elasticsearch
redirect: /guide
template:
path: .template/
branch:
default:
base_url: 'https://www.elastic.co/'
template_url: 'https://www.elastic.co/guide_template'
staging:
base_url: 'https://stag-www.elastic.co/'
template_url: 'https://stag-www.elastic.co/guide_template'
defaults:
POSTHEAD: |
<link rel="stylesheet" type="text/css" href="styles.css" />
POSTTITLE: |
</h2>
</header>
</div>
</div>
PREBODY: |
<div id="pageheader">
<div class="container">
<header>
<h1><a href="/learn" title="Learn">Learn</a> |</h1>
<h2><a href="/guide" title="Docs">Docs</a></h2>
</header>
</div>
</div>
<section id="guide">
POSTBODY: |
</section>
FINAL: |
<script type="text/javascript" src="docs.js"></script>
<script type='text/javascript' src='https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js'></script>