Skip to content
Merged
Changes from all commits
Commits
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
16 changes: 0 additions & 16 deletions reference/fleet/agent-command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ For more flags, see [Global flags](#elastic-agent-global-flags).
elastic-agent diagnostics
```

<hr>

## elastic-agent enroll [elastic-agent-enroll-command]

Expand Down Expand Up @@ -381,7 +380,6 @@ elastic-agent enroll --url=https://fleet-server:8220 \
--certificate-authorities=/path/to/ca.crt
```

<hr>

## elastic-agent help [elastic-agent-help-command]

Expand Down Expand Up @@ -412,7 +410,6 @@ For more flags, see [Global flags](#elastic-agent-global-flags).
elastic-agent help enroll
```

<hr>

## elastic-agent inspect [elastic-agent-inspect-command]

Expand Down Expand Up @@ -458,7 +455,6 @@ elastic-agent inspect components --show-config
elastic-agent inspect components log-default
```

<hr>

## elastic-agent privileged [elastic-agent-privileged-command]

Expand All @@ -473,7 +469,6 @@ Refer to [Run {{agent}} without administrative privileges](/reference/fleet/elas
elastic-agent privileged
```

<hr>

## elastic-agent install [elastic-agent-install-command]

Expand Down Expand Up @@ -780,7 +775,6 @@ elastic-agent install --url=https://fleet-server:8220 \
--certificate-authorities=/path/to/ca.crt
```

<hr>

## elastic-agent otel [elastic-agent-otel-command]

Expand Down Expand Up @@ -833,7 +827,6 @@ Change the default verbosity setting in the {{agent}} EDOT Collector configurati
./elastic-agent otel --config otel.yml --set "exporters::debug::verbosity=normal"
```

<hr>

## elastic-agent restart [elastic-agent-restart-command]

Expand Down Expand Up @@ -861,7 +854,6 @@ For more flags, see [Global flags](#elastic-agent-global-flags).
elastic-agent restart
```

<hr>

## elastic-agent run [elastic-agent-run-command]

Expand Down Expand Up @@ -910,7 +902,6 @@ These flags are valid whenever you run `elastic-agent` on the command line.
elastic-agent run -c myagentconfig.yml
```

<hr>

## elastic-agent status [elastic-agent-status-command]

Expand Down Expand Up @@ -958,7 +949,6 @@ For more flags, see [Global flags](#elastic-agent-global-flags).
elastic-agent status
```

<hr>

## elastic-agent uninstall [elastic-agent-uninstall-command]

Expand Down Expand Up @@ -1041,7 +1031,6 @@ For more flags, see [Global flags](#elastic-agent-global-flags).
elastic-agent uninstall
```

<hr>

## elastic-agent unprivileged [elastic-agent-unprivileged-command]

Expand Down Expand Up @@ -1072,7 +1061,6 @@ elastic-agent unprivileged --user="my.pathl\username" --password="mypassword"
elastic-agent unprivileged --group="my.pathl\groupname" --password="mypassword"
```

<hr>

## elastic-agent upgrade [elastic-agent-upgrade-command]

Expand Down Expand Up @@ -1117,7 +1105,6 @@ For more flags, see [Global flags](#elastic-agent-global-flags).
elastic-agent upgrade 7.10.1
```

<hr>

## elastic-agent logs [elastic-agent-logs-command]

Expand Down Expand Up @@ -1157,7 +1144,6 @@ For more flags, see [Global flags](#elastic-agent-global-flags).
elastic-agent logs -n 100 -f -C "system/metrics-default"
```

<hr>

## elastic-agent version [elastic-agent-version-command]

Expand All @@ -1184,5 +1170,3 @@ For more flags, see [Global flags](#elastic-agent-global-flags).
```shell
elastic-agent version
```

<hr>
Loading