Skip to content

Commit

Permalink
[Stack Monitoring] Add new functional test cases to verify that the "…
Browse files Browse the repository at this point in the history
…View logs" link is present
  • Loading branch information
consulthys committed Jan 31, 2025
1 parent 82a0a4d commit bc35db8
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
]
},
"logs": {
"enabled": false,
"enabled": true,
"limit": 10,
"reason": {
"clusterExists": false,
"indexPatternExists": false,
"indexPatternInTimeRangeExists": false,
"typeExistsAtAnyTime": false,
"usingStructuredLogs": false,
"nodeExists": null,
"indexExists": null,
"typeExists": false
},
"logs": []
"logs": [
{
"component": "o.e.c.m.MetaDataMappingService",
"index": "phone-home",
"level": "INFO",
"message": "update_mapping [_doc]",
"node": "whatever-01",
"timestamp": 1507235724641,
"type": "server"
}
]
},
"metrics": {
"cluster_index_latency": [
Expand Down

0 comments on commit bc35db8

Please sign in to comment.