Skip to content

Commit 2d87aad

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove default field for clustering_pattern_field_path (#2583)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent fcaf05a commit 2d87aad

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-11-21 20:23:33.932011",
8-
"spec_repo_commit": "ad36259c"
7+
"regenerated": "2024-11-22 16:27:49.461253",
8+
"spec_repo_commit": "5b0e59c5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-21 20:23:33.951149",
13-
"spec_repo_commit": "ad36259c"
12+
"regenerated": "2024-11-22 16:27:49.480423",
13+
"spec_repo_commit": "5b0e59c5"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4739,7 +4739,6 @@ components:
47394739
description: Updated list stream widget.
47404740
properties:
47414741
clustering_pattern_field_path:
4742-
default: message
47434742
description: Specifies the field for logs pattern clustering. Usable only
47444743
with logs_pattern_stream.
47454744
example: message

src/main/java/com/datadog/api/client/v1/model/ListStreamQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class ListStreamQuery {
3737
@JsonIgnore public boolean unparsed = false;
3838
public static final String JSON_PROPERTY_CLUSTERING_PATTERN_FIELD_PATH =
3939
"clustering_pattern_field_path";
40-
private String clusteringPatternFieldPath = "message";
40+
private String clusteringPatternFieldPath;
4141

4242
public static final String JSON_PROPERTY_COMPUTE = "compute";
4343
private List<ListStreamComputeItems> compute = null;

0 commit comments

Comments
 (0)