[DOCS] Adds Apple notarization info to install doc (#57042)

This commit is contained in:
gchaps 2020-02-06 13:24:19 -08:00 committed by GitHub
parent 3d9b4611e9
commit f4464a4309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 hasnt 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.