-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into nls/overview-rename
- Loading branch information
Showing
32 changed files
with
429 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/kbn-optimizer/src/integration_tests/__snapshots__/basic_optimization.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
19 changes: 15 additions & 4 deletions
19
src/dev/build/tasks/os_packages/service_templates/systemd/etc/systemd/system/kibana.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,32 @@ | ||
[Unit] | ||
Description=Kibana | ||
Documentation=https://www.elastic.co | ||
Wants=network-online.target | ||
After=network-online.target | ||
|
||
[Service] | ||
Type=simple | ||
User=kibana | ||
Group=kibana | ||
# Load env vars from /etc/default/ and /etc/sysconfig/ if they exist. | ||
# Prefixing the path with '-' makes it try to load, but if the file doesn't | ||
# exist, it continues onward. | ||
|
||
Environment=KBN_HOME=/usr/share/kibana | ||
Environment=KBN_PATH_CONF=/etc/kibana | ||
|
||
EnvironmentFile=-/etc/default/kibana | ||
EnvironmentFile=-/etc/sysconfig/kibana | ||
|
||
ExecStart=/usr/share/kibana/bin/kibana | ||
|
||
Restart=on-failure | ||
RestartSec=3 | ||
|
||
StartLimitBurst=3 | ||
StartLimitInterval=60 | ||
WorkingDirectory=/ | ||
|
||
WorkingDirectory=/usr/share/kibana | ||
|
||
StandardOutput=journal | ||
StandardError=inherit | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 7 additions & 5 deletions
12
x-pack/plugins/apm/server/lib/rum_client/__snapshots__/queries.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.