Version 7.3.1: "Grafana live is not initalized"

Hi, I install Grafana 7.3.1 on ubuntu and try the new scenario “Grafana Live” using TestData DB, then get the error “Grafana live is not initalized”.

Then how can we initialize Grafana Live?

Thanks

It also doesn’t work on grafana.play. If you wouldn’t mind, it would be awesome if you created github issue for this! :slightly_smiling_face:

the live feature is behind a feature toggle

in you ini file
[feature_toggles]
enable = live

2 Likes

BTW, what’s the difference between Grafana Live and Streaming Client?

Since I wanna display data in json message through web socket streams, then which scenario should I use?

Thanks!