Skip to Content
Mastering Apache Cassandra 3.x - Third Edition
book

Mastering Apache Cassandra 3.x - Third Edition

by Aaron Ploetz, Tejaswi Malepati
October 2018
Beginner to intermediate content levelBeginner to intermediate
348 pages
10h
English
Packt Publishing
Content preview from Mastering Apache Cassandra 3.x - Third Edition

Visualization

Once the Grafana server is up-and-running, you can access it using a web browser to port 3000. For example http://127.0.0.1:3000 where it would navigate to login page. Upon authentication, we have to add a data source through the UI/CLI.

The following screenshot shows adding data sources through the web UI:

Figure 7.28: Adding data sources through the web UI

Through the CLI, we have to prepare a JSON file with all parameters. Then, we can post to the Grafana API, refer about docs for troubleshooting.

The following code shows adding a data source through the API:

cat > /tmp/grafanaDataSource.json <<EOF{  "id": 1,  "orgId": 1, "name": ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Apache Cassandra - Second Edition

Mastering Apache Cassandra - Second Edition

Nishant Neeraj

Publisher Resources

ISBN: 9781789131499Supplemental Content