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
ess-leadin-short: "Elastic Cloud Hosted is available on AWS, GCP, and Azure, and you can try it for free at https://cloud.elastic.co/registration."
52
49
ess-leadin: "You can run Elasticsearch on your own hardware or use Elastic Cloud Hosted, available on AWS, GCP, and Azure. Try Elastic Cloud Hosted for free: https://cloud.elastic.co/registration."
Copy file name to clipboardExpand all lines: docs/reference/first-event.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,16 @@ The location of the `bin` directory varies by platform. See [Directory layout](/
37
37
::::{admonition} macOS Gatekeeper warnings
38
38
:class: important
39
39
40
-
Apple’s rollout of stricter notarization requirements affected the notarization of {{version}} {{ls}} artifacts. If macOS Catalina displays a dialog when you first run {{ls}} that interrupts it, you will need to take an action to allow it to run. To prevent Gatekeeper checks on the {{ls}} files, run the following command on the downloaded `.tar.gz` archive or the directory to which was extracted:
40
+
Apple’s rollout of stricter notarization requirements affected the notarization of {{version.stack}} {{ls}} artifacts. If macOS Catalina displays a dialog when you first run {{ls}} that interrupts it, you will need to take an action to allow it to run. To prevent Gatekeeper checks on the {{ls}} files, run the following command on the downloaded `.tar.gz` archive or the directory to which was extracted:
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 [Safely open apps on your Mac](https://support.apple.com/en-us/HT202491).
Copy file name to clipboardExpand all lines: docs/reference/installing-logstash.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,15 +59,15 @@ You may need to install the `apt-transport-https` package on Debian before proce
59
59
sudo apt-get install apt-transport-https
60
60
```
61
61
62
-
Save the repository definition to /etc/apt/sources.list.d/elastic-{{major-version}}.list:
62
+
Save the repository definition to /etc/apt/sources.list.d/elastic-{{version.stack | M.x}}.list:
63
63
64
64
```sh subs=true
65
-
echo"deb [signed-by=/usr/share/keyrings/elastic-keyring.gpg] https://artifacts.elastic.co/packages/{{major-version}}/apt stable main"| sudo tee -a /etc/apt/sources.list.d/elastic-{{major-version}}.list
65
+
echo"deb [signed-by=/usr/share/keyrings/elastic-keyring.gpg] https://artifacts.elastic.co/packages/{{version.stack | M.x}}/apt stable main"| sudo tee -a /etc/apt/sources.list.d/elastic-{{version.stack | M.x}}.list
66
66
```
67
67
68
68
::::{warning}
69
69
Use the `echo` method described above to add the Logstash repository.
70
-
Do not use `add-apt-repository` as it will add a `deb-src` entry as well, but we do not provide a source package.
70
+
Do not use `add-apt-repository` as it will add a `deb-src` entry as well, but we do not provide a source package.
71
71
If you have added the `deb-src` entry, you will see an error like the following:
72
72
73
73
```
@@ -100,9 +100,9 @@ Add the following in your `/etc/yum.repos.d/` directory
100
100
in a file with a `.repo` suffix, for example `logstash.repo`
101
101
102
102
```sh subs=true
103
-
[logstash-{{major-version}}]
104
-
name=Elastic repository for {{major-version}} packages
Copy file name to clipboardExpand all lines: docs/reference/running-logstash-command-line.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ mapped_pages:
8
8
::::{admonition} macOS Gatekeeper warnings
9
9
:class: important
10
10
11
-
Apple’s rollout of stricter notarization requirements affected the notarization of the {{version}} {{ls}} artifacts. If macOS Catalina displays a dialog when you first run {{ls}} that interrupts it, you will need to take an action to allow it to run. To prevent Gatekeeper checks on the {{ls}} files, run the following command on the downloaded `.tar.gz` archive or the directory to which was extracted:
11
+
Apple’s rollout of stricter notarization requirements affected the notarization of the {{version.stack}} {{ls}} artifacts. If macOS Catalina displays a dialog when you first run {{ls}} that interrupts it, you will need to take an action to allow it to run. To prevent Gatekeeper checks on the {{ls}} files, run the following command on the downloaded `.tar.gz` archive or the directory to which was extracted:
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 [Safely open apps on your Mac](https://support.apple.com/en-us/HT202491).
Copy file name to clipboardExpand all lines: docs/reference/working-with-plugins.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ mapped_pages:
8
8
::::{admonition} macOS Gatekeeper warnings
9
9
:class: important
10
10
11
-
Apple’s rollout of stricter notarization requirements affected the notarization of the {{version}} {{ls}} artifacts. If macOS Catalina displays a dialog when you first run {{ls}}, you need to take an action to allow it to run. To prevent Gatekeeper checks on the {{ls}} files, run the following command on the downloaded `.tar.gz` archive or the directory to which was extracted:
11
+
Apple’s rollout of stricter notarization requirements affected the notarization of the {{version.stack}} {{ls}} artifacts. If macOS Catalina displays a dialog when you first run {{ls}}, you need to take an action to allow it to run. To prevent Gatekeeper checks on the {{ls}} files, run the following command on the downloaded `.tar.gz` archive or the directory to which was extracted:
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 [Safely open apps on your Mac](https://support.apple.com/en-us/HT202491).
0 commit comments