Skip to content

Commit 133b18b

Browse files
[Profiling] Update name of filter fields (#3046) (#3057)
With this commit we update the names of two fields that users can use in Kibana filters: * `service.name` has changed to `profiling.project.id` * `host.ipstring` has changed to `host.ip` (cherry picked from commit a813b67) Co-authored-by: Daniel Mitterdorfer <danielmitterdorfer@users.noreply.github.com>
1 parent dfe3320 commit 133b18b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/en/observability/profiling-tag-data-query.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The only config setting you may want to change is `project-id` (default value is
88

99
The `-project-id` flag, or the `project-id` key in the host-agent configuration file, splits profiling data into logical groups that you control.
1010

11-
You can assign any non-zero, unsigned integer <= 4095 to a host-agent deployment you control. In Kibana, the KQL field `service.name` is mapped to `project-id` and you can use it to split or filter data.
11+
You can assign any non-zero, unsigned integer <= 4095 to a host-agent deployment you control. In Kibana, the KQL field `profiling.project.id` is mapped to `project-id` and you can use it to split or filter data.
1212

1313
You may want to set a per-environment project ID (for example, dev=3, staging=2, production=1), a per-datacenter project ID (for example,
1414
DC1=1, DC2=2), or even a per-k8s-cluster project ID (for example, us-west2-production=100, eu-west1-production=101).

docs/en/observability/universal-profiling.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ Language (https://www.elastic.co/guide/en/kibana/current/kuery-query.html[KQL]).
167167

168168
Most notably, you may want to filter on:
169169

170-
* `service.name`: the corresponding value of `project-id` host-agent flag, logical group of deployed host-agents
170+
* `profiling.project.id`: the corresponding value of `project-id` host-agent flag, logical group of deployed host-agents
171171
* `process.thread.name`: the process' thread name, e.g. `python`, `java`, or `kauditd`
172172
* `orchestrator.resource.name`: the name of the group of the containerized deployment as set by the orchestrator
173173
* `container.name`: the name of the single container instance, as set by the container engine
174-
* `host.name` or `host.ipstring`: the machine's hostname or IP address (useful for debugging issues on a single Virtual Machine)
174+
* `host.name` or `host.ip`: the machine's hostname or IP address (useful for debugging issues on a single Virtual Machine)
175175

176176
[discrete]
177177
[[profiling-differential-views-intro]]

0 commit comments

Comments
 (0)