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

Configuration

By default, Kibana would have a config file at /etc/kibana/kibana.yml that contains all the required parameters related to metadata, Elasticsearch, logging, and more. It even has a set of predefined parameters, which can be disabled when not being used. The key parameters we would change are:

server.port: 5601server.host: "127.0.0.1"elasticsearch.url: "http://127.0.0.1:9200"# If authentication is enabled on elasticsearch cluster#elasticsearch.username: "user"#elasticsearch.password: "pass"

Once these parameters are configured, you can start the Elasticsearch service using service kibana start. After a successful startup, you can access it using the web browser on port 5601, for example, http://127.0.0.1:5601:

Figure 7.34: Filtering ...
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