Skip to content

Commit 5adefc6

Browse files
jordan-powersmartijnvg
authored andcommitted
Move log.file.path to resource.attributes
1 parent 34df28f commit 5adefc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ingest-otel/src/main/java/org/elasticsearch/ingest/otel/EcsOTelResourceAttributes.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ final class EcsOTelResourceAttributes {
5858
"cloud.service.name",
5959
"cloud.account.id",
6060
"process.command_line",
61-
"faas.version"
61+
"faas.version",
62+
"log.file.path"
6263
);
6364

6465
private EcsOTelResourceAttributes() {}

0 commit comments

Comments
 (0)