Skip to main content
Version: Management Center 2.5

Eclipse Streamsheets

In addition to managing Eclipse Mosquitto, the Cedalo Mosquitto Management Center (MMC) also allows to link instances of Eclipse Streamsheets.

Click on the streamsheets icon on the right sidebar of the Management Center.

image

There you will see the list of all the linked streamsheets instances.

image

Streamsheet instances are defined in the config.json file under the tools and then streamsheets properties:

...
"tools": {
"streamsheets": {
"instances": [
{
"id": "streamsheets-1",
"name": "Streamsheets 1",
"description": "Streamsheets running locally",
"url": "http://localhost:8081"
},
{
"id": "streamsheets-env",
"name": "Streamsheets Env",
"description": "Streamsheets running locally",
"url": "http://localhost:9000"
}
]
}
}
...