Skip to content

Commit 33ae757

Browse files
committed
feat(docs): add Linux distribution name and version properties to searchable properties
1 parent bc17a98 commit 33ae757

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/concepts/search/searchable-properties/events.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,18 @@ The independent kernel version string. This is typically the entire output of th
472472

473473
- **Type:** string
474474

475+
### `os.distribution_name`
476+
477+
The Linux distribution name. This maps to `ID` in [`/etc/os-release/`](https://www.freedesktop.org/software/systemd/man/latest/os-release.html).
478+
479+
- **Type:** string
480+
481+
### `os.distribution_version`
482+
483+
The Linux distribution version. This maps to `VERSION_ID` in [`/etc/os-release/`](https://www.freedesktop.org/software/systemd/man/latest/os-release.html).
484+
485+
- **Type:** string
486+
475487
### `percentile(field,level)`
476488

477489
Returns results with an approximate percentile of the field to the level. The level can be between `0` and `1`. For example, if you wanted to find the 50th percentile of transaction durations, you would enter `percentile(transaction.duration, 0.5)`.

docs/concepts/search/searchable-properties/issues.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,18 @@ The independent kernel version string. This is typically the entire output of th
292292

293293
- **Type:** string
294294

295+
### `os.distribution_name`
296+
297+
The Linux distribution name. This maps to `ID` in [`/etc/os-release/`](https://www.freedesktop.org/software/systemd/man/latest/os-release.html).
298+
299+
- **Type:** string
300+
301+
### `os.distribution_version`
302+
303+
The Linux distribution version. This maps to `VERSION_ID` in [`/etc/os-release/`](https://www.freedesktop.org/software/systemd/man/latest/os-release.html).
304+
305+
- **Type:** string
306+
295307
### `platform.name`
296308

297309
Name of the platform

0 commit comments

Comments
 (0)