Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,7 @@ To run multiple {{kib}} instances connected to the same {{es}} cluster, you need
When adding multiple {{kib}} instances to the same deployment in {{ech}}, {{ece}}, or {{eck}}, the orchestrator applies the necessary configuration, requiring no manual setup.
::::

* These settings must be **unique** across each {{kib}} instance:

```js
server.uuid // if not provided, this is autogenerated
server.name
path.data
pid.file
server.port
```

* When using a file appender, the target file must also be unique:
* When using a file appender, the target file must be unique:

```yaml
logging:
Expand Down
Loading