You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup/production.asciidoc
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
* <<enabling-ssl>>
7
7
* <<load-balancing>>
8
8
* <<high-availability>>
9
+
* <<memory>>
9
10
10
11
How you deploy Kibana largely depends on your use case. If you are the only user,
11
12
you can run Kibana on your local machine and configure it to point to whatever
@@ -27,7 +28,7 @@ You can use {ref}/elasticsearch-security.html[{stack} {security-features}]
27
28
to control what {es} data users can access through Kibana.
28
29
29
30
When {security-features} are enabled, Kibana users have to log in. They need to
30
-
have a role granting <<kibana-privileges, Kibana privileges>> as well as access
31
+
have a role granting <<kibana-privileges, Kibana privileges>> as well as access
31
32
to the indices they will be working with in Kibana.
32
33
33
34
If a user loads a Kibana dashboard that accesses data in an index that they
@@ -125,4 +126,17 @@ elasticsearch.hosts:
125
126
--------
126
127
127
128
Related configurations include `elasticsearch.sniffInterval`, `elasticsearch.sniffOnStart`, and `elasticsearch.sniffOnConnectionFault`.
128
-
These can be used to automatically update the list of hosts as a cluster is resized. Parameters can be found on the {kibana-ref}/settings.html[settings page].
129
+
These can be used to automatically update the list of hosts as a cluster is resized. Parameters can be found on the {kibana-ref}/settings.html[settings page].
130
+
131
+
[float]
132
+
[[memory]]
133
+
=== Memory
134
+
Kibana has a default maximum memory limit of 1.4 GB, and in most cases, we recommend leaving this unconfigured. In some scenarios, such as large reporting jobs,
135
+
it may make sense to tweak limits to meet more specific requirements.
136
+
137
+
You can modify this limit by setting `--max-old-space-size` in the `NODE_OPTIONS` environment variable. For deb and rpm, packages this is passed in via `/etc/default/kibana` and can be appended to the bottom of the file.
at process._tickCallback (internal/process/next_tick.js:68:7)
95
100
at lastError (/var/lib/jenkins/workspace/elastic+kibana+master/JOB/x-pack-ciGroup7/node/immutable/kibana/test/common/services/retry/retry_for_success.ts:28:9)
96
101
- at onFailure (/var/lib/jenkins/workspace/elastic+kibana+master/JOB/x-pack-ciGroup7/node/immutable/kibana/test/common/services/retry/retry_for_success.ts:68:13)]]›
97
-
- ‹/failure›
98
102
+ at onFailure (/var/lib/jenkins/workspace/elastic+kibana+master/JOB/x-pack-ciGroup7/node/immutable/kibana/test/common/services/retry/retry_for_success.ts:68:13)
@@ -181,11 +181,11 @@ it('rewrites jest reports with minimal changes', async () => {
181
181
+ ‹failure›‹![CDATA[
182
182
+ TypeError: Cannot read property '0' of undefined
183
183
+ at Object.‹anonymous›.test (/var/lib/jenkins/workspace/elastic+kibana+master/JOB/x-pack-intake/node/immutable/kibana/x-pack/legacy/plugins/code/server/lsp/abstract_launcher.test.ts:166:10)
184
-
+
185
-
+
186
-
+Failed Tests Reporter:
184
+
+ ]]›‹/failure›
185
+
+ ‹system-out›Failed Tests Reporter:
187
186
+ - foo bar
188
-
+]]›‹/failure›
187
+
+
188
+
+‹/system-out›
189
189
‹/testcase›
190
190
‹testcase classname="X-Pack Jest Tests.x-pack/legacy/plugins/code/server/lsp" name="passive launcher can start and end a process" time="0.435"/›
191
191
‹testcase classname="X-Pack Jest Tests.x-pack/legacy/plugins/code/server/lsp" name="passive launcher should restart a process if a process died before connected" time="1.502"/›
‹head›‹title›503 Service Temporarily Unavailable‹/title›‹/head›
233
238
‹body bgcolor="white"›
234
239
‹center›‹h1›503 Service Temporarily Unavailable‹/h1›‹/center›
235
-
@@ -15,24 +15,28 @@
240
+
@@ -15,24 +18,24 @@
236
241
‹/body›
237
242
‹/html›
238
243
239
244
at Function.getSnapshot (/var/lib/jenkins/workspace/elastic+kibana+master/JOB/x-pack-intake/node/immutable/kibana/packages/kbn-es/src/artifact.js:95:13)
240
245
- at process._tickCallback (internal/process/next_tick.js:68:7)]]›
241
246
- ‹/failure›
242
247
+ at process._tickCallback (internal/process/next_tick.js:68:7)
+ at Generator.prototype.‹computed› [as next] (webpack://%5Bname%5D/./node_modules/regenerator-runtime/runtime.js?:114:21)
325
326
+ at asyncGeneratorStep (http://localhost:5610/bundles/tests.bundle.js?shards=4&shard_num=1:158772:103)
326
327
+ at _next (http://localhost:5610/bundles/tests.bundle.js?shards=4&shard_num=1:158774:194)
327
-
+
328
-
+
329
-
+Failed Tests Reporter:
330
-
+ - foo bar
331
328
+]]›‹/failure›
329
+
+ ‹system-out›Failed Tests Reporter:
330
+
+ - foo bar
331
+
+
332
+
+‹/system-out›
332
333
‹/testcase›
333
334
‹testcase name="CoordinateMapsVisualizationTest CoordinateMapsVisualization - basics should toggle to Heatmap OK" time="0.055" classname="Browser Unit Tests.CoordinateMapsVisualizationTest"/›
334
335
‹testcase name="VegaParser._parseSchema should warn on vega-lite version too new to be supported" time="0.001" classname="Browser Unit Tests.VegaParser·_parseSchema"/›
0 commit comments