Tomas
Tomas

Reputation: 695

Widgets and Graphs disappear in Datastax Opscenter‎ when I refresh browser

I installed Datastax Opscenter‎ and everything seemed fine initially.

After some time all Widgets and Graphs disappeared from the Dashboard. I can added them, but each time I refresh the browser they all disappear and Dashboard is empty.

Anyone face similar issue?

Upvotes: 2

Views: 234

Answers (1)

Mr. Chimpanzee
Mr. Chimpanzee

Reputation: 376

I don't know if you ever figured it out, but you were halfway there. Deleting the broken preset will allow you to create a new one. Step 1 (As mentioned in comments on question):

curl http://:8888//rc/dashboard_presets/

This will return an id string for the preset in a {"id"{}} format.

Step 2: curl -X "DELETE" http://:8888//rc/dashboard_presets/id to remove the broken preset.

Note: A symptom of having to delete the preset is if the Default tab disappears from above the date selector.

Upvotes: 3

Related Questions