File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
src/main/java/com/datadog/api/client/v1/model Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments