Skip to content
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
1841118
Replace Beats 'has not yet been released' with install commands
kilfoyle Mar 20, 2025
a9481da
Fix code annotations
kilfoyle Mar 20, 2025
94e5ee9
fix variables
kilfoyle Mar 20, 2025
6af1c71
Update reference/ingestion-tools/fleet/install-standalone-elastic-age…
kilfoyle Mar 20, 2025
2037461
Update reference/ingestion-tools/fleet/install-standalone-elastic-age…
kilfoyle Mar 20, 2025
50ac5c8
Update reference/ingestion-tools/fleet/install-standalone-elastic-age…
kilfoyle Mar 20, 2025
5379e9c
Update reference/ingestion-tools/fleet/install-standalone-elastic-age…
kilfoyle Mar 20, 2025
6b0aa2e
Update solutions/observability/apps/tutorial-monitor-java-application.md
kilfoyle Mar 20, 2025
a80c736
Update solutions/observability/apps/tutorial-monitor-java-application.md
kilfoyle Mar 20, 2025
eb53279
Update solutions/observability/cloud/monitor-google-cloud-platform-gc…
kilfoyle Mar 20, 2025
53a80b7
Update solutions/observability/cloud/monitor-microsoft-azure-with-bea…
kilfoyle Mar 20, 2025
48aea1f
Update solutions/observability/cloud/monitor-microsoft-azure-with-bea…
kilfoyle Mar 20, 2025
e128ec4
Update solutions/observability/cloud/monitor-google-cloud-platform-gc…
kilfoyle Mar 20, 2025
835a26c
Update solutions/observability/cloud/monitor-microsoft-azure-with-bea…
kilfoyle Mar 20, 2025
69623f6
Update solutions/observability/apps/tutorial-monitor-java-application.md
kilfoyle Mar 20, 2025
75ec122
Update solutions/observability/apps/tutorial-monitor-java-application.md
kilfoyle Mar 20, 2025
a62cfce
Update solutions/observability/apps/tutorial-monitor-java-application.md
kilfoyle Mar 20, 2025
8f811ca
Update solutions/observability/apps/tutorial-monitor-java-application.md
kilfoyle Mar 20, 2025
09d7172
Update solutions/observability/apps/tutorial-monitor-java-application.md
kilfoyle Mar 20, 2025
c395127
Update solutions/observability/apps/tutorial-monitor-java-application.md
kilfoyle Mar 20, 2025
0a3383f
Update solutions/observability/cloud/monitor-amazon-web-services-aws-…
kilfoyle Mar 20, 2025
7880ecf
Update solutions/observability/cloud/monitor-amazon-web-services-aws-…
kilfoyle Mar 20, 2025
fb93fb2
Update solutions/observability/cloud/monitor-amazon-web-services-aws-…
kilfoyle Mar 20, 2025
eb2ddb9
Update solutions/observability/apps/tutorial-monitor-java-application.md
kilfoyle Mar 20, 2025
a515577
Update solutions/observability/cloud/monitor-amazon-web-services-aws-…
kilfoyle Mar 20, 2025
6650072
Update solutions/observability/cloud/monitor-amazon-web-services-aws-…
kilfoyle Mar 20, 2025
a3ca250
Update solutions/observability/cloud/monitor-amazon-web-services-aws-…
kilfoyle Mar 20, 2025
b502280
Update solutions/observability/cloud/monitor-google-cloud-platform-gc…
kilfoyle Mar 20, 2025
3544a03
Update solutions/observability/cloud/monitor-google-cloud-platform-gc…
kilfoyle Mar 20, 2025
440ac99
Update solutions/observability/cloud/monitor-google-cloud-platform-gc…
kilfoyle Mar 20, 2025
08efa14
Update solutions/observability/cloud/monitor-google-cloud-platform-gc…
kilfoyle Mar 20, 2025
3423a0b
Merge branch 'main' into fix-tabs
kilfoyle Mar 20, 2025
f7b75fa
Fix merge conflicts
kilfoyle Mar 21, 2025
939e71b
Fix tips to be admonitions; remove root warnings from DEB, RPM
kilfoyle Mar 24, 2025
46e5e0c
Merge branch 'main' into fix-tabs
kilfoyle Mar 24, 2025
f92c1ea
Replace '{{stack-versions}}' inside single backtick code strings
kilfoyle Mar 25, 2025
fcead66
Merge branch 'main' into fix-tabs
kilfoyle Mar 25, 2025
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
5 changes: 0 additions & 5 deletions reference/fleet/air-gapped.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ There are different distributions available:
* production: `docker.elastic.co/package-registry/distribution:production` - Packages available in the production registry ([https://epr.elastic.co](https://epr.elastic.co)). Please note that this image is updated every time a new version of a package gets published.
* lite: `docker.elastic.co/package-registry/distribution:lite` - Subset of the most commonly used packages available in the production registry ([https://epr.elastic.co](https://epr.elastic.co)). Please note that this image is updated every time a new version of a package gets published.

::::{warning}
Version 9.0.0-beta1 of the {{package-registry}} distribution has not yet been released.

::::


To update the distribution image, re-pull the image and then restart the docker container.

Expand Down
82 changes: 53 additions & 29 deletions reference/fleet/install-standalone-elastic-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,55 @@ To install and run {{agent}} standalone:
::::{tab-set}

:::{tab-item} macOS
Version 9.0.0-beta1 of {{agent}} has not yet been released.
```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-darwin-x86_64.tar.gz
tar xzvf elastic-agent-{{stack-version}}-darwin-x86_64.tar.gz
```
:::

:::{tab-item} Linux
Version 9.0.0-beta1 of {{agent}} has not yet been released.
```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-linux-x86_64.tar.gz
tar xzvf elastic-agent-{{stack-version}}-linux-x86_64.tar.gz
```
:::

:::{tab-item} Windows
Version 9.0.0-beta1 of {{agent}} has not yet been released.
```shell subs=true
# PowerShell 5.0+
wget https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-windows-x86_64.zip -OutFile elastic-agent-{{stack-version}}-windows-x86_64.zip
Expand-Archive .\elastic-agent-{{stack-version}}-windows-x86_64.zip
```
Or manually:

1. Download the {{agent}} Windows zip file from the [download page](https://www.elastic.co/downloads/beats/elastic-agent).

2. Extract the contents of the zip file.
:::

:::{tab-item} DEB
Version 9.0.0-beta1 of {{agent}} has not yet been released.
IMPORTANT:

* To simplify upgrading to future versions of {{agent}}, we recommended that you use the tarball distribution instead of the DEB distribution.
* You can install {{agent}} in an `unprivileged` mode that does not require `root` privileges. Refer to [Run {{agent}} without administrative privileges](./elastic-agent-unprivileged.md) for details.

```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-amd64.deb
sudo dpkg -i elastic-agent-{{stack-version}}-amd64.deb
```
:::

:::{tab-item} RPM
Version 9.0.0-beta1 of {{agent}} has not yet been released.
IMPORTANT:

* To simplify upgrading to future versions of {{agent}}, we recommended that you use the tarball distribution instead of the RPM distribution.
* You can install {{agent}} in an `unprivileged` mode that does not require `root` privileges. Refer to [Run {{agent}} without administrative privileges](./elastic-agent-unprivileged.md) for details.


```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-x86_64.rpm
sudo rpm -vi elastic-agent-{{stack-version}}-x86_64.rpm
```
:::

::::
Expand Down Expand Up @@ -79,31 +111,31 @@ To install and run {{agent}} standalone:
On macOS, Linux (tar package), and Windows, run the `install` command to install {{agent}} as a managed service and start the service. The DEB and RPM packages include a service unit for Linux systems with systemd, so just enable then start the service.
::::

::::{tab-set}
:::::{tab-set}

:::{tab-item} macOS
::::{tab-item} macOS

::::{tip}
:::{tip}
You must run this command as the root user because some integrations require root privileges to collect sensitive data.
::::
:::

```shell
sudo ./elastic-agent install
```
:::
::::

:::{tab-item} Linux
::::{tab-item} Linux

::::{tip}
:::{tip}
You must run this command as the root user because some integrations require root privileges to collect sensitive data.
::::
:::

```shell
sudo ./elastic-agent install
```
:::
::::

:::{tab-item} Windows
::::{tab-item} Windows

Open a PowerShell prompt as an Administrator (right-click the PowerShell icon and select **Run As Administrator**).

Expand All @@ -112,38 +144,30 @@ To install and run {{agent}} standalone:
```shell
.\elastic-agent.exe install
```
:::

:::{tab-item} DEB

::::{tip}
You must run this command as the root user because some integrations require root privileges to collect sensitive data.
::::

::::{tab-item} DEB

```shell
sudo systemctl enable elastic-agent <1>
sudo systemctl start elastic-agent
```

1. The DEB package includes a service unit for Linux systems with systemd. On these systems, you can manage {{agent}} by using the usual systemd commands. If you don’t have systemd, run `sudo service elastic-agent start`.
:::

:::{tab-item} RPM

::::{tip}
You must run this command as the root user because some integrations require root privileges to collect sensitive data.
::::

::::{tab-item} RPM

```shell
sudo systemctl enable elastic-agent <1>
sudo systemctl start elastic-agent
```

1. The RPM package includes a service unit for Linux systems with systemd. On these systems, you can manage {{agent}} by using the usual systemd commands. If you don’t have systemd, run `sudo service elastic-agent start`.
:::

::::

:::::

Refer to [Installation layout](/reference/fleet/installation-layout.md) for the location of installed {{agent}} files.

Because {{agent}} is installed as an auto-starting service, it will restart automatically if the system is rebooted.
Expand Down
111 changes: 96 additions & 15 deletions solutions/observability/apps/tutorial-monitor-java-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,23 +377,50 @@ To read the log file and send it to {{es}}, {{filebeat}} is required. To downloa
:::::::{tab-set}

::::::{tab-item} DEB
Version 9.0.0-beta1 of Filebeat has not yet been released.
```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-{{stack-version}}-amd64.deb
sudo dpkg -i filebeat-{{stack-version}}-amd64.deb
```
::::::

::::::{tab-item} RPM
Version 9.0.0-beta1 of Filebeat has not yet been released.
```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-{{stack-version}}-x86_64.rpm
sudo rpm -vi filebeat-{{stack-version}}-x86_64.rpm
```
::::::

::::::{tab-item} MacOS
Version 9.0.0-beta1 of Filebeat has not yet been released.
```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-{{stack-version}}-darwin-x86_64.tar.gz
tar xzvf filebeat-{{stack-version}}-darwin-x86_64.tar.gz
```
::::::

::::::{tab-item} Linux
Version 9.0.0-beta1 of Filebeat has not yet been released.
```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-{{stack-version}}-linux-x86_64.tar.gz
tar xzvf filebeat-{{stack-version}}-linux-x86_64.tar.gz
```
::::::

::::::{tab-item} Windows
Version 9.0.0-beta1 of Filebeat has not yet been released.
1. Download the [Filebeat Windows zip file](https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-{{stack-version}}-windows-x86_64.zip).

2. Extract the contents of the zip file into `C:\Program Files`.

3. Rename the `filebeat-{{stack-version}}-windows-x86_64` directory to `Filebeat`.

4. Open a PowerShell prompt as an Administrator (right-click the PowerShell icon and select *Run As Administrator*).

5. From the PowerShell prompt, run the following commands to install Filebeat as a Windows service:

```shell subs=true
PS > cd 'C:\Program Files\Filebeat'
PS C:\Program Files\Filebeat> .\install-service-filebeat.ps1
```

NOTE: If script execution is disabled on your system, you need to set the execution policy for the current session to allow the script to run. For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-filebeat.ps1`.
::::::

:::::::
Expand Down Expand Up @@ -1097,23 +1124,50 @@ To send metrics to {{es}}, {{metricbeat}} is required. To download and install {
:::::::{tab-set}

::::::{tab-item} DEB
Version 9.0.0-beta1 of Metricbeat has not yet been released.
```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-{{stack-version}}-amd64.deb
sudo dpkg -i metricbeat-{{stack-version}}-amd64.deb
```
::::::

::::::{tab-item} RPM
Version 9.0.0-beta1 of Metricbeat has not yet been released.
```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-{{stack-version}}-x86_64.rpm
sudo rpm -vi metricbeat-{{stack-version}}-x86_64.rpm
```
::::::

::::::{tab-item} MacOS
Version 9.0.0-beta1 of Metricbeat has not yet been released.
```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-{{stack-version}}-darwin-x86_64.tar.gz
tar xzvf metricbeat-{{stack-version}}-darwin-x86_64.tar.gz
```
::::::

::::::{tab-item} Linux
Version 9.0.0-beta1 of Metricbeat has not yet been released.
```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-{{stack-version}}-linux-x86_64.tar.gz
tar xzvf metricbeat-{{stack-version}}-linux-x86_64.tar.gz
```
::::::

::::::{tab-item} Windows
Version 9.0.0-beta1 of Metricbeat has not yet been released.
1. Download the [Metricbeat Windows zip file](https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-{{stack-version}}-windows-x86_64.zip).

2. Extract the contents of the zip file into `C:\Program Files`.

3. Rename the `metricbeat-{{stack-version}}-windows-x86_64` directory to `Metricbeat`.

4. Open a PowerShell prompt as an Administrator (right-click the PowerShell icon and select *Run As Administrator*).

5. From the PowerShell prompt, run the following commands to install Metricbeat as a Windows service:

```shell subs=true
PS > cd 'C:\Program Files\Metricbeat'
PS C:\Program Files\Metricbeat> .\install-service-metricbeat.ps1
```

NOTE: If script execution is disabled on your system, you need to set the execution policy for the current session to allow the script to run. For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-metricbeat.ps1`.
::::::

:::::::
Expand Down Expand Up @@ -1713,23 +1767,50 @@ To send uptime data to {{es}}, {{heartbeat}} (the polling component) is required
:::::::{tab-set}

::::::{tab-item} DEB
Version 9.0.0-beta1 of Heartbeat has not yet been released.
```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-{{stack-version}}-amd64.deb
sudo dpkg -i heartbeat-{{stack-version}}-amd64.deb
```
::::::

::::::{tab-item} RPM
Version 9.0.0-beta1 of Heartbeat has not yet been released.
```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-{{stack-version}}-x86_64.rpm
sudo rpm -vi heartbeat-{{stack-version}}-x86_64.rpm
```
::::::

::::::{tab-item} MacOS
Version 9.0.0-beta1 of Heartbeat has not yet been released.
```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-{{stack-version}}-darwin-x86_64.tar.gz
tar xzvf heartbeat-{{stack-version}}-darwin-x86_64.tar.gz
```
::::::

::::::{tab-item} Linux
Version 9.0.0-beta1 of Heartbeat has not yet been released.
```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-{{stack-version}}-linux-x86_64.tar.gz
tar xzvf heartbeat-{{stack-version}}-linux-x86_64.tar.gz
```
::::::

::::::{tab-item} Windows
Version 9.0.0-beta1 of Heartbeat has not yet been released.
1. Download the [Heartbeat Windows zip file](https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-{{stack-version}}-windows-x86_64.zip).

2. Extract the contents of the zip file into `C:\Program Files`.

3. Rename the `heartbeat-{{stack-version}}-windows-x86_64` directory to `Heartbeat`.

4. Open a PowerShell prompt as an Administrator (right-click the PowerShell icon and select *Run As Administrator*).

5. From the PowerShell prompt, run the following commands to install Heartbeat as a Windows service:

```shell subs=true
PS > cd 'C:\Program Files\Heartbeat'
PS C:\Program Files\Heartbeat> .\install-service-heartbeat.ps1
```

NOTE: If script execution is disabled on your system, you need to set the execution policy for the current session to allow the script to run. For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-heartbeat.ps1`.
::::::

:::::::
Expand Down
Loading
Loading