Skip to content

Commit 2d60ea3

Browse files
[Bug] Correlation saved object entities to not be strict (#10403)
* experimental entity to store any field and not be strict Signed-off-by: sumukhswamy <sumukhhs@amazon.com> * experimental entity to store any field and not be strict Signed-off-by: sumukhswamy <sumukhhs@amazon.com> * unnecessary file Signed-off-by: sumukhswamy <sumukhhs@amazon.com> * Changeset file for PR #10403 created/updated --------- Signed-off-by: sumukhswamy <sumukhhs@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
1 parent b886e61 commit 2d60ea3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelogs/fragments/10403.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fix:
2+
- Correlation object to have entities field which is dynamic and not strict ([#10403](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/10403))

src/plugins/data/server/saved_objects/correlations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const correlationsSavedObjectType: SavedObjectsType = {
2828
},
2929
entities: {
3030
type: 'object',
31-
enabled: true,
31+
enabled: false,
3232
},
3333
},
3434
},

0 commit comments

Comments
 (0)