I have this code, and it is getting information from a database, and I would like this code to be able to see it in a graph. Can one help me?

{
"name": "server5",
"middleware": [
{
"name": "mq",
"version": "9.2",
"status": "green"
},
{
"name": "was",
"version": "9",
"status": "green"
}
]
}

Welcome to our community! :smiley:

It's not clear what you are asking here sorry, can you elaborate?

I have this code, and it is getting information from a database, and I would like this code to be able to see it in a graph.

Is the data in Elasticsearch?

yes


And what sort of graph do you want to show?

1 Like

For example the name of the middleware, version, and status.

any chart

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.