-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathelasticsearch-output.html
838 lines (780 loc) · 46.2 KB
/
elasticsearch-output.html
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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Configure the Elasticsearch output | APM Server Reference [7.14] | Elastic</title>
<meta class="elastic" name="content" content="Configure the Elasticsearch output | APM Server Reference [7.14]">
<link rel="home" href="index.html" title="APM Server Reference [7.14]"/>
<link rel="up" href="configuring-output.html" title="Configure the output"/>
<link rel="prev" href="configure-cloud-id.html" title="Configure the output for Elasticsearch Service on Elastic Cloud"/>
<link rel="next" href="logstash-output.html" title="Configure the Logstash output"/>
<meta class="elastic" name="product_version" content="7.14"/>
<meta class="elastic" name="product_name" content="APM"/>
<meta class="elastic" name="website_area" content="documentation"/>
<meta name="DC.type" content="Learn/Docs/APM Server/Reference/7.14"/>
<meta name="DC.subject" content="APM"/>
<meta name="DC.identifier" content="7.14"/>
<meta name="robots" content="noindex,nofollow"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.optimizely.com/js/18132920325.js"></script>
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<meta name="apple-mobile-web-app-title" content="Elastic">
<meta name="application-name" content="Elastic">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="naver-site-verification" content="936882c1853b701b3cef3721758d80535413dbfd" />
<meta name="yandex-verification" content="d8a47e95d0972434" />
<meta name="localized" content="true" />
<meta name="st:robots" content="follow,index" />
<meta property="og:image" content="https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt280217a63b82a734/6202d3378b1f312528798412/elastic-logo.svg" />
<meta property="og:image:width" content="500" />
<meta property="og:image:height" content="172" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon-precomposed" sizes="64x64" href="/favicon_64x64_16bit.png">
<link rel="apple-touch-icon-precomposed" sizes="32x32" href="/favicon_32x32.png">
<link rel="apple-touch-icon-precomposed" sizes="16x16" href="/favicon_16x16.png">
<!-- Give IE8 a fighting chance -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="/guide/static/styles-v1.css" />
</head>
<!--© 2015-2025 Elasticsearch B.V. -->
<!-- All Elastic documentation is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. -->
<!-- http://creativecommons.org/licenses/by-nc-nd/4.0/ -->
<body>
<!-- Google Tag Manager -->
<script>dataLayer = [];</script><noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-58RLH5" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-58RLH5');</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-12395217-16"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-12395217-16');
</script>
<!-- Google Tag Manager for GA4 -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-KNJMG2M');</script>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KNJMG2M" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager for GA4-->
<div id='elastic-nav' style="display:none;"></div>
<script src='https://www.elastic.co/elastic-nav.js'></script>
<div class="main-container">
<section id="content" >
<div class="content-wrapper">
<section id="guide" lang="en">
<div class="container-fluid">
<div class="row pb-3">
<div class="col-12 order-2 col-md-4 order-md-1 col-lg-3 h-almost-full-md sticky-top-md" id="left_col">
<!-- The TOC is appended here -->
</div>
<div class="col-12 order-1 col-md-8 order-md-2 col-lg-7 order-lg-2 guide-section" id="middle_col">
<!-- start body -->
<div class="page_header">
A newer version is available. For the latest information, see the
<a href="../current/index.html">current release documentation</a>.
</div>
<div class="navheader">
<span class="prev">
<a href="configure-cloud-id.html">« Configure the output for Elasticsearch Service on Elastic Cloud</a>
</span>
<span class="next">
<a href="logstash-output.html">Configure the Logstash output »</a>
</span>
</div>
<div class="book" lang="en">
<div class="titlepage">
<div class="breadcrumbs">
<span class="breadcrumb-link"><a href="/guide/">Elastic Docs</a></span>
<span class="chevron-right">›</span><span class="breadcrumb-link">
<div id="related-products" class="dropdown">
<div class="related-products-title">APM:</div>
<div class="dropdown-anchor" tabindex="0">Server Reference<span class="dropdown-icon"></span></div>
<div class="dropdown-content">
<ul>
<li class="dropdown-category">APM</li>
<ul>
<li><a href="/guide/en/observability/current/apm.html">Observability › APM</a></li>
</ul>
<li class="dropdown-category">APM agents</li>
<ul>
<li><a href="/guide/en/apm/agent/android/current/intro.html">Android Agent Reference</a></li>
<li><a href="/guide/en/apm/agent/go/current/introduction.html">Go Agent Reference</a></li>
<li><a href="/guide/en/apm/agent/swift/current/intro.html">iOS Agent Reference</a></li>
<li><a href="/guide/en/apm/agent/java/current/intro.html">Java Agent Reference</a></li>
<li><a href="/guide/en/apm/agent/dotnet/current/intro.html">.NET Agent Reference</a></li>
<li><a href="/guide/en/apm/agent/nodejs/current/intro.html">Node.js Agent Reference</a></li>
<li><a href="/guide/en/apm/agent/php/current/intro.html">PHP Agent Reference</a></li>
<li><a href="/guide/en/apm/agent/python/current/getting-started.html">Python Agent Reference</a></li>
<li><a href="/guide/en/apm/agent/ruby/current/introduction.html">Ruby Agent Reference</a></li>
<li><a href="/guide/en/apm/agent/rum-js/current/intro.html">Real User Monitoring JavaScript Agent Reference</a></li>
</ul>
<li class="dropdown-category">APM extensions</li>
<ul>
<li><a href="/guide/en/apm/lambda/current/aws-lambda-arch.html">AWS Lambda extension</a></li>
<li><a href="/guide/en/apm/attacher/current/apm-attacher.html">Attacher</a></li>
</ul>
</ul>
</div>
</div>
<span class="chevron-right">›</span><span class="breadcrumb-link"><a href="configuring-howto-apm-server.html">Configure APM Server</a></span>
<span class="chevron-right">›</span><span class="breadcrumb-link"><a href="configuring-output.html">Configure the output</a></span>
</div>
<div>
<div><h1 class="title"><a id="id-1"></a>Configure the Elasticsearch output</h1><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div>
<!--EXTRA-->
</div>
<div id="content">
<div id="url-to-v3" class="version-warning">
<strong>IMPORTANT</strong>: This documentation is no longer updated. Refer to <a href="https://www.elastic.co/support/eol">Elastic's version policy</a> and the <a href="https://www.elastic.co/docs">latest documentation</a>.
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h2 class="title"><a id="elasticsearch-output"></a>Configure the Elasticsearch output</h2><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>The Elasticsearch output sends events directly to Elasticsearch using the Elasticsearch HTTP API.</p>
<p>Example configuration:</p>
<div class="pre_wrapper lang-yaml">
<div class="console_code_copy" title="Copy to clipboard"></div>
<pre class="programlisting prettyprint lang-yaml">output.elasticsearch:
hosts: ["https://myEShost:9200"] <a id="CO6-1"></a><i class="conum" data-value="1"></i></pre>
</div>
<div class="calloutlist">
<table border="0" summary="Callout list">
<tr>
<td align="left" valign="top" width="5%">
<p><a href="#CO6-1"><i class="conum" data-value="1"></i></a></p>
</td>
<td align="left" valign="top">
<p>To enable SSL, add <code class="literal">https</code> to all URLs defined under <em>hosts</em>.</p>
</td>
</tr>
</table>
</div>
<p>When sending data to a secured cluster through the <code class="literal">elasticsearch</code>
output, APM Server can use any of the following authentication methods:</p>
<div class="ulist itemizedlist">
<ul class="itemizedlist">
<li class="listitem">
Basic authentication credentials (username and password).
</li>
<li class="listitem">
Token-based (API key) authentication.
</li>
<li class="listitem">
Public Key Infrastructure (PKI) certificates.
</li>
</ul>
</div>
<p><span class="strong strong"><strong>Basic authentication:</strong></span></p>
<div class="pre_wrapper lang-yaml">
<div class="console_code_copy" title="Copy to clipboard"></div>
<pre class="programlisting prettyprint lang-yaml">output.elasticsearch:
hosts: ["https://myEShost:9200"]
username: "apm_writer"
password: "YOUR_PASSWORD"</pre>
</div>
<p><span class="strong strong"><strong>API key authentication:</strong></span></p>
<div class="pre_wrapper lang-yaml">
<div class="console_code_copy" title="Copy to clipboard"></div>
<pre class="programlisting prettyprint lang-yaml">output.elasticsearch:
hosts: ["https://myEShost:9200"]
api_key: "KnR6yE41RrSowb0kQ0HWoA"</pre>
</div>
<p><span class="strong strong"><strong>PKI certificate authentication:</strong></span></p>
<div class="pre_wrapper lang-yaml">
<div class="console_code_copy" title="Copy to clipboard"></div>
<pre class="programlisting prettyprint lang-yaml">output.elasticsearch:
hosts: ["https://myEShost:9200"]
ssl.certificate: "/etc/pki/client/cert.pem"
ssl.key: "/etc/pki/client/cert.key"</pre>
</div>
<p>See <a class="xref" href="securing-communication-elasticsearch.html" title="Secure communication with Elasticsearch"><em>Secure communication with Elasticsearch</em></a> for details on each authentication method.</p>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h3 class="title"><a id="_compatibility"></a>Compatibility</h3><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>This output works with all compatible versions of Elasticsearch. See the
<a href="/support/matrix#matrix_compatibility" class="ulink" target="_top">Elastic Support
Matrix</a>.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h3 class="title"><a id="_configuration_options_4"></a>Configuration options</h3><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>You can specify the following options in the <code class="literal">elasticsearch</code> section of the <code class="literal">apm-server.yml</code> config file:</p>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_enabled_3"></a><code class="literal">enabled</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>The enabled config is a boolean setting to enable or disable the output. If set
to <code class="literal">false</code>, the output is disabled.</p>
<p>The default value is <code class="literal">true</code>.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="hosts-option"></a><code class="literal">hosts</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>The list of Elasticsearch nodes to connect to. The events are distributed to
these nodes in round robin order. If one node becomes unreachable, the event is
automatically sent to another node. Each Elasticsearch node can be defined as a <code class="literal">URL</code> or <code class="literal">IP:PORT</code>.
For example: <code class="literal">http://192.15.3.2</code>, <code class="literal">https://es.found.io:9230</code> or <code class="literal">192.24.3.2:9300</code>.
If no port is specified, <code class="literal">9200</code> is used.</p>
<div class="note admon">
<div class="icon"></div>
<div class="admon_content">
<p>When a node is defined as an <code class="literal">IP:PORT</code>, the <em>scheme</em> and <em>path</em> are taken from the
<a class="xref" href="elasticsearch-output.html#protocol-option" title="protocol"><code class="literal">protocol</code></a> and <a class="xref" href="elasticsearch-output.html#path-option" title="path"><code class="literal">path</code></a> config options.</p>
</div>
</div>
<div class="pre_wrapper lang-yaml">
<div class="console_code_copy" title="Copy to clipboard"></div>
<pre class="programlisting prettyprint lang-yaml">output.elasticsearch:
hosts: ["10.45.3.2:9220", "10.45.3.1:9230"] <a id="CO7-1"></a><i class="conum" data-value="1"></i>
protocol: https
path: /elasticsearch</pre>
</div>
<p>In the previous example, the Elasticsearch nodes are available at <code class="literal">https://10.45.3.2:9220/elasticsearch</code> and
<code class="literal">https://10.45.3.1:9230/elasticsearch</code>.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_compression_level"></a><code class="literal">compression_level</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>The gzip compression level. Setting this value to <code class="literal">0</code> disables compression.
The compression level must be in the range of <code class="literal">1</code> (best speed) to <code class="literal">9</code> (best compression).</p>
<p>Increasing the compression level will reduce the network usage but will increase the cpu usage.</p>
<p>The default value is <code class="literal">0</code>.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_escape_html"></a><code class="literal">escape_html</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>Configure escaping of HTML in strings. Set to <code class="literal">true</code> to enable escaping.</p>
<p>The default value is <code class="literal">false</code>.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_worker"></a><code class="literal">worker</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>The number of workers per configured host publishing events to Elasticsearch. This
is best used with load balancing mode enabled. Example: If you have 2 hosts and
3 workers, in total 6 workers are started (3 for each host).</p>
<p>The default value is <code class="literal">1</code>.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_api_key_2"></a><code class="literal">api_key</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>Instead of using a username and password, you can use API keys to secure communication
with Elasticsearch. The value must be the ID of the API key and the API key joined by a colon: <code class="literal">id:api_key</code>.</p>
<p>See <a class="xref" href="beats-api-keys.html" title="Grant access using API keys"><em>Grant access using API keys</em></a> for more information.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_username_2"></a><code class="literal">username</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>The basic authentication username for connecting to Elasticsearch.</p>
<p>This user needs the privileges required to publish events to Elasticsearch.
To create a user like this, see <a class="xref" href="privileges-to-publish-events.html" title="Grant privileges and roles needed for writing events">Create a <em>writer</em> user</a>.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_password_2"></a><code class="literal">password</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>The basic authentication password for connecting to Elasticsearch.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_parameters"></a><code class="literal">parameters</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>Dictionary of HTTP parameters to pass within the url with index operations.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="protocol-option"></a><code class="literal">protocol</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>The name of the protocol Elasticsearch is reachable on. The options are:
<code class="literal">http</code> or <code class="literal">https</code>. The default is <code class="literal">http</code>. However, if you specify a URL for
<a class="xref" href="elasticsearch-output.html#hosts-option" title="hosts"><code class="literal">hosts</code></a>, the value of <code class="literal">protocol</code> is overridden by whatever scheme you
specify in the URL.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="path-option"></a><code class="literal">path</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>An HTTP path prefix that is prepended to the HTTP API calls. This is useful for
the cases where Elasticsearch listens behind an HTTP reverse proxy that exports
the API under a custom prefix.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_headers"></a><code class="literal">headers</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>Custom HTTP headers to add to each request created by the Elasticsearch output.
Example:</p>
<div class="pre_wrapper lang-yaml">
<div class="console_code_copy" title="Copy to clipboard"></div>
<pre class="programlisting prettyprint lang-yaml">output.elasticsearch.headers:
X-My-Header: Header contents</pre>
</div>
<p>It is possible to specify multiple header values for the same header
name by separating them with a comma.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_proxy_url"></a><code class="literal">proxy_url</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>The URL of the proxy to use when connecting to the Elasticsearch servers. The
value may be either a complete URL or a "host[:port]", in which case the "http"
scheme is assumed. If a value is not specified through the configuration file
then proxy environment variables are used. See the
<a href="https://golang.org/pkg/net/http/#ProxyFromEnvironment" class="ulink" target="_top">Go documentation</a>
for more information about the environment variables.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="index-option-es"></a><code class="literal">index</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>The index name to write events to when you’re using daily indices. The default is
<code class="literal">"apm-%{[observer.version]}-{type}-%{+yyyy.MM.dd}"</code> (for example,
<code class="literal">"apm-7.14.2-transaction-2025-04-22"</code>). If you change this setting,
you need to configure the <code class="literal">setup.template.name</code> and <code class="literal">setup.template.pattern</code> options
(see <a class="xref" href="configuration-template.html" title="Configure Elasticsearch index template loading"><em>Elasticsearch index template</em></a>).</p>
<p>When <a class="xref" href="ilm.html" title="Custom index lifecycle management with APM Server">index lifecycle management (ILM)</a> is enabled, the default <code class="literal">index</code> is
<code class="literal">"apm-%{[observer.version]}-{type}-%{index_num}"</code> (for example,
<code class="literal">"apm-7.14.2-transaction-000001"</code>). <span class="strong strong"><strong>Defining a custom <code class="literal">index</code> here will disable <a class="xref" href="ilm.html" title="Custom index lifecycle management with APM Server"><em>Customize index lifecycle management</em></a></strong></span>.</p>
<p>You can set the index dynamically by using a format string to access any event
field. For example, this configuration uses the field, <code class="literal">processor.event</code> to separate
events into different indices:</p>
<div class="pre_wrapper lang-yaml">
<div class="console_code_copy" title="Copy to clipboard"></div>
<pre class="programlisting prettyprint lang-yaml">output.elasticsearch:
hosts: ["http://localhost:9200"]
index: "apm-%{[observer.version]}-%{[processor.event]}-%{+yyyy.MM.dd}\" <a id="CO7-2"></a><i class="conum" data-value="1"></i></pre>
</div>
<div class="calloutlist">
<table border="0" summary="Callout list">
<tr>
<td align="left" valign="top" width="5%">
<p><a href="#CO7-1"><i class="conum" data-value="1"></i></a><a href="#CO7-2"></a></p>
</td>
<td align="left" valign="top">
<p><code class="literal">observer.version</code> is a field managed by Beats that is added to every document;
It holds the current version of APM Server. We recommend including
<code class="literal">observer.version</code> in the index name to avoid mapping issues when you upgrade
APM Server.</p>
</td>
</tr>
</table>
</div>
<div class="tip admon">
<div class="icon"></div>
<div class="admon_content">
<p>To learn how to add custom fields to events, see the
<a class="xref" href="configuring-output.html#libbeat-configuration-fields" title="fields"><code class="literal">fields</code></a> option.</p>
</div>
</div>
<p>See the <a class="xref" href="elasticsearch-output.html#indices-option-es" title="indices"><code class="literal">indices</code></a> setting for other ways to set the index
dynamically.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="indices-option-es"></a><code class="literal">indices</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>An array of index selector rules. Each rule specifies the index to use for
events that match the rule. During publishing, APM Server uses the first
matching rule in the array. Rules can contain conditionals, format string-based
fields, and name mappings. If the <code class="literal">indices</code> setting is missing or no rule
matches, the <a class="xref" href="elasticsearch-output.html#index-option-es" title="index"><code class="literal">index</code></a> setting is used.</p>
<p>Rule settings:</p>
<div class="variablelist">
<dl class="variablelist">
<dt>
<span class="term">
<span class="strong strong"><strong><code class="literal">index</code></strong></span>
</span>
</dt>
<dd>
The index format string to use. If this string contains field
references, such as <code class="literal">%{[fields.name]}</code>, the fields must exist, or the rule fails.
</dd>
<dt>
<span class="term">
<span class="strong strong"><strong><code class="literal">mappings</code></strong></span>
</span>
</dt>
<dd>
A dictionary that takes the value returned by <code class="literal">index</code> and maps it
to a new name.
</dd>
<dt>
<span class="term">
<span class="strong strong"><strong><code class="literal">default</code></strong></span>
</span>
</dt>
<dd>
The default string value to use if <code class="literal">mappings</code> does not find a
match.
</dd>
<dt>
<span class="term">
<span class="strong strong"><strong><code class="literal">when</code></strong></span>
</span>
</dt>
<dd>
A condition that must succeed in order to execute the current rule.
</dd>
</dl>
</div>
<p>The following example sets the index based on whether the <code class="literal">processor.event</code> field
contains the specified string:</p>
<div class="pre_wrapper lang-yaml">
<div class="console_code_copy" title="Copy to clipboard"></div>
<pre class="programlisting prettyprint lang-yaml">output.elasticsearch:
hosts: ["http://localhost:9200"]
indices:
- index: "apm-%{[observer.version]}-sourcemap"
when.contains:
processor.event: "sourcemap"
- index: "apm-%{[observer.version]}-error-%{+yyyy.MM.dd}"
when.contains:
processor.event: "error"
- index: "apm-%{[observer.version]}-transaction-%{+yyyy.MM.dd}"
when.contains:
processor.event: "transaction"
- index: "apm-%{[observer.version]}-span-%{+yyyy.MM.dd}"
when.contains:
processor.event: "span"
- index: "apm-%{[observer.version]}-metric-%{+yyyy.MM.dd}"
when.contains:
processor.event: "metric"
- index: "apm-%{[observer.version]}-onboarding-%{+yyyy.MM.dd}"
when.contains:
processor.event: "onboarding"</pre>
</div>
<div class="note admon">
<div class="icon"></div>
<div class="admon_content">
<p><code class="literal">observer</code> refers to APM Server. We recommend including
<code class="literal">observer.version</code> in the name to avoid mapping issues when you upgrade
APM Server.</p>
</div>
</div>
<p>This is the default configuration for APM Server when ILM is disabled, and results in indices
named in the following format: <code class="literal">"apm-%{[observer.version]}-{type}-%{+yyyy.MM.dd}"</code>
For example: <code class="literal">"apm-7.14.2-transaction-2025-04-22"</code>.</p>
<p>The following example sets the index by taking the name returned by the <code class="literal">index</code>
format string and mapping it to a new name that’s used for the index:</p>
<div class="pre_wrapper lang-yaml">
<div class="console_code_copy" title="Copy to clipboard"></div>
<pre class="programlisting prettyprint lang-yaml">output.elasticsearch:
hosts: ["http://localhost:9200"]
indices:
- index: "%{[processor.event]}"
mappings:
sourcemap: "apm-sourcemap"
error: "apm-error"
transaction: "apm-transaction"
span: "apm-span"
metric: "apm-metric"
onboarding: "apm-onboarding"
default: "apm"</pre>
</div>
<p>This configuration results in indices named <code class="literal">apm-sourcemap</code>, <code class="literal">apm-error</code>, etc.</p>
<p>The <code class="literal">mappings</code> setting simplifies the configuration, but is limited to string
values. You cannot specify format strings within the mapping pairs.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="pipeline-option-es"></a><code class="literal">pipeline</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>A format string value that specifies the ingest node pipeline to write events to.</p>
<div class="pre_wrapper lang-yaml">
<div class="console_code_copy" title="Copy to clipboard"></div>
<pre class="programlisting prettyprint lang-yaml">output.elasticsearch:
hosts: ["http://localhost:9200"]
pipeline: my_pipeline_id</pre>
</div>
<p>For more information, see <a class="xref" href="configuring-ingest-node.html" title="Parse data using ingest node pipelines"><em>Parse data using ingest node pipelines</em></a>.</p>
<p>You can set the ingest node pipeline dynamically by using a format string to
access any event field. For example, this configuration uses the field,
<code class="literal">processor.event</code>, to set the pipeline for each event:</p>
<div class="pre_wrapper lang-yaml">
<div class="console_code_copy" title="Copy to clipboard"></div>
<pre class="programlisting prettyprint lang-yaml">output.elasticsearch:
hosts: ["http://localhost:9200"]
pipeline: "%{[processor.event]}_pipeline"</pre>
</div>
<p>With this configuration, all events with <code class="literal">processor.event: transaction</code> are sent to a pipeline
named <code class="literal">transaction_pipeline</code>. Similarly, all events with <code class="literal">processor.event: error</code> are sent to a
pipeline named <code class="literal">error_pipeline</code>.</p>
<p>The default pipeline is <code class="literal">apm</code>. To disable this, or any other pipeline, set
<code class="literal">output.elasticsearch.pipeline: _none</code>.</p>
<div class="tip admon">
<div class="icon"></div>
<div class="admon_content">
<p>To learn how to add custom fields to events, see the
<a class="xref" href="configuring-output.html#libbeat-configuration-fields" title="fields"><code class="literal">fields</code></a> option.</p>
</div>
</div>
<p>See the <a class="xref" href="elasticsearch-output.html#pipelines-option-es" title="pipelines"><code class="literal">pipelines</code></a> setting for other ways to set the
ingest node pipeline dynamically.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="pipelines-option-es"></a><code class="literal">pipelines</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>An array of pipeline selector rules. Each rule specifies the ingest node
pipeline to use for events that match the rule. During publishing, APM Server
uses the first matching rule in the array. Rules can contain conditionals,
format string-based fields, and name mappings. If the <code class="literal">pipelines</code> setting is
missing or no rule matches, the <a class="xref" href="elasticsearch-output.html#pipeline-option-es" title="pipeline"><code class="literal">pipeline</code></a> setting is
used.</p>
<p>Rule settings:</p>
<div class="variablelist">
<dl class="variablelist">
<dt>
<span class="term">
<span class="strong strong"><strong><code class="literal">pipeline</code></strong></span>
</span>
</dt>
<dd>
The pipeline format string to use. If this string contains field
references, such as <code class="literal">%{[fields.name]}</code>, the fields must exist, or the rule
fails.
</dd>
<dt>
<span class="term">
<span class="strong strong"><strong><code class="literal">mappings</code></strong></span>
</span>
</dt>
<dd>
A dictionary that takes the value returned by <code class="literal">pipeline</code> and maps
it to a new name.
</dd>
<dt>
<span class="term">
<span class="strong strong"><strong><code class="literal">default</code></strong></span>
</span>
</dt>
<dd>
The default string value to use if <code class="literal">mappings</code> does not find a
match.
</dd>
<dt>
<span class="term">
<span class="strong strong"><strong><code class="literal">when</code></strong></span>
</span>
</dt>
<dd>
A condition that must succeed in order to execute the current rule.
</dd>
</dl>
</div>
<p>The following example sends events to a specific pipeline based on whether the
<code class="literal">processor.event</code> field contains the specified string:</p>
<div class="pre_wrapper lang-yaml">
<div class="console_code_copy" title="Copy to clipboard"></div>
<pre class="programlisting prettyprint lang-yaml">output.elasticsearch:
hosts: ["http://localhost:9200"]
pipelines:
- pipeline: "sourcemap_pipeline"
when.contains:
processor.event: "sourcemap"
- pipeline: "error_pipeline"
when.contains:
processor.event: "error"
- pipeline: "transaction_pipeline"
when.contains:
processor.event: "transaction"
- pipeline: "span_pipeline"
when.contains:
processor.event: "span"
- pipeline: "metric_pipeline"
when.contains:
processor.event: "metric"
- pipeline: "onboarding_pipeline"
when.contains:
processor.event: "onboarding"</pre>
</div>
<p>The following example sets the pipeline by taking the name returned by the
<code class="literal">pipeline</code> format string and mapping it to a new name that’s used for the
pipeline:</p>
<div class="pre_wrapper lang-yaml">
<div class="console_code_copy" title="Copy to clipboard"></div>
<pre class="programlisting prettyprint lang-yaml">output.elasticsearch:
hosts: ["http://localhost:9200"]
pipelines:
- pipeline: "%{[processor.event]}"
mappings:
sourcemap: "sourcemap_pipeline"
error: "error_pipeline"
transaction: "transaction_pipeline"
span: "span_pipeline"
metric: "metric_pipeline"
onboarding: "onboarding_pipeline"
default: "apm_pipeline"</pre>
</div>
<p>With this configuration, all events with <code class="literal">processor.event: transaction</code> are sent to a pipeline
named <code class="literal">transaction_pipeline</code>, all events with <code class="literal">processor.event: error</code> are sent to a
pipeline named <code class="literal">error_pipeline</code>, etc.</p>
<div class="note admon">
<div class="icon"></div>
<div class="admon_content">
<p>Defining any pipeline will deactivate the default <code class="literal">apm</code> pipeline.</p>
</div>
</div>
<p>For more information about ingest node pipelines, see
<a class="xref" href="configuring-ingest-node.html" title="Parse data using ingest node pipelines"><em>Parse data using ingest node pipelines</em></a>.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_max_retries"></a><code class="literal">max_retries</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>The number of times to retry publishing an event after a publishing failure.
After the specified number of retries, the events are typically dropped.</p>
<p>Set <code class="literal">max_retries</code> to a value less than 0 to retry until all events are published.</p>
<p>The default is 3.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_bulk_max_size"></a><code class="literal">bulk_max_size</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>The maximum number of events to bulk in a single Elasticsearch bulk API index request. The default is 50.</p>
<p>Events can be collected into batches. APM Server will split batches larger than <code class="literal">bulk_max_size</code>
into multiple batches.</p>
<p>Specifying a larger batch size can improve performance by lowering the overhead of sending events.
However big batch sizes can also increase processing times, which might result in
API errors, killed connections, timed-out publishing requests, and, ultimately, lower
throughput.</p>
<p>Setting <code class="literal">bulk_max_size</code> to values less than or equal to 0 disables the
splitting of batches. When splitting is disabled, the queue decides on the
number of events to be contained in a batch.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_backoff_init"></a><code class="literal">backoff.init</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>The number of seconds to wait before trying to reconnect to Elasticsearch after
a network error. After waiting <code class="literal">backoff.init</code> seconds, APM Server tries to
reconnect. If the attempt fails, the backoff timer is increased exponentially up
to <code class="literal">backoff.max</code>. After a successful connection, the backoff timer is reset. The
default is <code class="literal">1s</code>.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_backoff_max"></a><code class="literal">backoff.max</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>The maximum number of seconds to wait before attempting to connect to
Elasticsearch after a network error. The default is <code class="literal">60s</code>.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_timeout"></a><code class="literal">timeout</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>The http request timeout in seconds for the Elasticsearch request. The default is 90.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_ssl"></a><code class="literal">ssl</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>Configuration options for SSL parameters like the certificate authority to use
for HTTPS-based connections. If the <code class="literal">ssl</code> section is missing, the host CAs are used for HTTPS connections to
Elasticsearch.</p>
<p>See the <a class="xref" href="securing-communication-elasticsearch.html" title="Secure communication with Elasticsearch">secure communication with Elasticsearch</a> guide
or <a class="xref" href="configuration-ssl.html" title="SSL output settings">SSL configuration reference</a> for more information.</p>
</div>
<div class="section">
<div class="titlepage"><div><div>
<div class="position-relative"><h4 class="title"><a id="_kerberos"></a><code class="literal">kerberos</code></h4><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/apm-server/edit/7.14/docs/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc">edit</a></div>
</div></div></div>
<p>Configuration options for Kerberos authentication.</p>
<p>See <a class="xref" href="configuration-kerberos.html" title="Configure Kerberos"><em>Kerberos</em></a> for more information.</p>
</div>
</div>
</div>
</div>
</div><div class="navfooter">
<span class="prev">
<a href="configure-cloud-id.html">« Configure the output for Elasticsearch Service on Elastic Cloud</a>
</span>
<span class="next">
<a href="logstash-output.html">Configure the Logstash output »</a>
</span>
</div>
<!-- end body -->
</div>
<div class="col-12 order-3 col-lg-2 order-lg-3 h-almost-full-lg sticky-top-lg" id="right_col">
<div id="sticky_content">
<!-- The OTP is appended here -->
<div class="row">
<div class="col-0 col-md-4 col-lg-0" id="bottom_left_col"></div>
<div class="col-12 col-md-8 col-lg-12">
<div id="rtpcontainer">
<div class="mktg-promo" id="most-popular">
<p class="aside-heading">Most Popular</p>
<div class="pb-2">
<p class="media-type">Video</p>
<a href="https://www.elastic.co/webinars/getting-started-elasticsearch?page=docs&placement=top-video">
<p class="mb-0">Get Started with Elasticsearch</p>
</a>
</div>
<div class="pb-2">
<p class="media-type">Video</p>
<a href="https://www.elastic.co/webinars/getting-started-kibana?page=docs&placement=top-video">
<p class="mb-0">Intro to Kibana</p>
</a>
</div>
<div class="pb-2">
<p class="media-type">Video</p>
<a href="https://www.elastic.co/webinars/introduction-elk-stack?page=docs&placement=top-video">
<p class="mb-0">ELK for Logs & Metrics</p>
</a>
</div>
</div>
</div>
<!-- Feedback widget -->
<div id="feedbackWidgetContainer"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div id='elastic-footer'></div>
<script src='https://www.elastic.co/elastic-footer.js'></script>
<!-- Footer Section end-->
</section>
</div>
<!-- Feedback modal -->
<div id="feedbackModalContainer"></div>
<script src="/guide/static/jquery.js"></script>
<script type="text/javascript" src="/guide/static/docs-v1.js"></script>
<script type="text/javascript">
window.initial_state = {}</script>
</body>
</html>