mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[DOCS] Adds Apple notarization info to install doc (#57042)
This commit is contained in:
parent
3d9b4611e9
commit
f4464a4309
1 changed files with 29 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
[[targz]]
|
||||
=== Install Kibana with `.tar.gz`
|
||||
=== Install {kib} from archive on Linux or MacOS
|
||||
|
||||
Kibana is provided for Linux and Darwin as a `.tar.gz` package. These packages
|
||||
are the easiest formats to use when trying out Kibana.
|
||||
|
@ -47,6 +47,27 @@ endif::[]
|
|||
[[install-darwin64]]
|
||||
==== Download and install the Darwin package
|
||||
|
||||
[IMPORTANT]
|
||||
.macOS Gatekeeper warnings
|
||||
====
|
||||
Apple's rollout of stricter notarization requirements affected the notarization
|
||||
of the {version} {kib} artifacts. If macOS Catalina displays a dialog when you
|
||||
first run {kib} that interrupts it, you will need to take an action to allow it
|
||||
to run.
|
||||
|
||||
To prevent Gatekeeper checks on the {kib} files, run the following command on the
|
||||
downloaded `.tar.gz` archive or the directory to which was extracted:
|
||||
[source,sh]
|
||||
----
|
||||
xattr -d -r com.apple.quarantine <archive-or-directory>
|
||||
----
|
||||
|
||||
Alternatively, you can add a security override if a Gatekeeper popup appears by
|
||||
following the instructions in the _How to open an app that hasn’t been notarized
|
||||
or is from an unidentified developer_ section of
|
||||
https://support.apple.com/en-us/HT202491[Safely open apps on your Mac].
|
||||
====
|
||||
|
||||
ifeval::["{release-state}"=="unreleased"]
|
||||
|
||||
Version {version} of Kibana has not yet been released.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue