Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-21 20:23:33.932011",
"spec_repo_commit": "ad36259c"
"regenerated": "2024-11-22 16:27:49.461253",
"spec_repo_commit": "5b0e59c5"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-21 20:23:33.951149",
"spec_repo_commit": "ad36259c"
"regenerated": "2024-11-22 16:27:49.480423",
"spec_repo_commit": "5b0e59c5"
}
}
}
1 change: 0 additions & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4739,7 +4739,6 @@ components:
description: Updated list stream widget.
properties:
clustering_pattern_field_path:
default: message
description: Specifies the field for logs pattern clustering. Usable only
with logs_pattern_stream.
example: message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class ListStreamQuery {
@JsonIgnore public boolean unparsed = false;
public static final String JSON_PROPERTY_CLUSTERING_PATTERN_FIELD_PATH =
"clustering_pattern_field_path";
private String clusteringPatternFieldPath = "message";
private String clusteringPatternFieldPath;

public static final String JSON_PROPERTY_COMPUTE = "compute";
private List<ListStreamComputeItems> compute = null;
Expand Down
Loading