Skip to content

Event properties are case sensitive #1007

@chensation

Description

@chensation

Bug Description

Event objects fail to properly display in the table and on the timeline when the casing of property names in the API response differs from the ones defined in Events.ts. Property matching should be case-insensitive.

Sample API Response That Fails

``````json
[
{
"nodeName": "_sfres03251022system_4",
"kind": "NodeUp",
"eventInstanceId": "70412a9c-4e15-ea49-96a4-5d7949ec1b7a",
"timeStamp": "2026-03-25T19:09:03.584Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_4",
"kind": "NodeNewHealthReport",
"eventInstanceId": "87e05fee-cd5c-db41-99b6-dc651820ae58",
"timeStamp": "2026-03-25T19:08:58.64Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_4",
"kind": "NodeOpenSucceeded",
"eventInstanceId": "f04e70a5-b58d-3545-a715-b28789b81471",
"timeStamp": "2026-03-25T19:08:56.483Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_4",
"kind": "NodeDown",
"eventInstanceId": "82d7b077-ab34-3f42-9364-041db3638a82",
"timeStamp": "2026-03-25T19:08:51.416Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_0",
"kind": "NodeUp",
"eventInstanceId": "365e8ab7-cdbf-124a-a3ae-8d2cfeb2e41f",
"timeStamp": "2026-03-25T19:08:46.557Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_0",
"kind": "NodeOpenSucceeded",
"eventInstanceId": "03ebab85-522c-b449-8224-f32afcfcd27e",
"timeStamp": "2026-03-25T19:08:40.942Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_0",
"kind": "NodeDown",
"eventInstanceId": "5e2ee3b1-7916-b347-842f-46b58e35ad5c",
"timeStamp": "2026-03-25T19:08:36.317Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_4",
"kind": "NodeAddedToCluster",
"eventInstanceId": "95d4c399-7292-9348-bc03-290c16b94915",
"timeStamp": "2026-03-25T17:30:35.438Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_1",
"kind": "NodeAddedToCluster",
"eventInstanceId": "04078923-0ed6-4843-9580-1530152215d4",
"timeStamp": "2026-03-25T17:30:35.384Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_0",
"kind": "NodeAddedToCluster",
"eventInstanceId": "3db77bba-dc49-654e-af68-119a65db9467",
"timeStamp": "2026-03-25T17:30:35.32Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_3",
"kind": "NodeAddedToCluster",
"eventInstanceId": "46cc1709-7892-8b4a-ad54-11daf9177d67",
"timeStamp": "2026-03-25T17:30:34.755Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_2",
"kind": "NodeAddedToCluster",
"eventInstanceId": "6fce6e7c-c477-0046-9c50-973f72fe7c34",
"timeStamp": "2026-03-25T17:30:34.455Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_2",
"kind": "NodeOpenSucceeded",
"eventInstanceId": "ea388c6d-9443-c04f-a453-fa8c6d9c9b02",
"timeStamp": "2026-03-25T17:29:24.741Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_1",
"kind": "NodeOpenSucceeded",
"eventInstanceId": "19a3253d-488d-8941-adef-1a5ad7c91bac",
"timeStamp": "2026-03-25T17:29:22.646Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_4",
"kind": "NodeOpenSucceeded",
"eventInstanceId": "dec8b4d7-f214-7e4f-9ca0-5f07af6de7ec",
"timeStamp": "2026-03-25T17:29:19.232Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_3",
"kind": "NodeOpenSucceeded",
"eventInstanceId": "5b6c8c9d-6ec9-1547-a40d-f289743bfa71",
"timeStamp": "2026-03-25T17:29:18.745Z",
"category": "Default",
"hasCorrelatedEvents": false
},
{
"nodeName": "_sfres03251022system_0",
"kind": "NodeOpenSucceeded",
"eventInstanceId": "f98e165c-f9e6-7c4e-a053-2f9fabe9242b",
"timeStamp": "2026-03-25T17:29:18.184Z",
"category": "Default",
"hasCorrelatedEvents": false
}
]
``````

Expected Behavior

Event property matching should be case-insensitive so that events display correctly in the table and timeline regardless of the casing returned by the API.

Actual Behavior

Events fail to display properly when the API response uses different casing (e.g., timeStamp vs TimeStamp, nodeName vs NodeName) compared to the property names defined in Events.ts.
"@

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions