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, Filebeat would have a config file at /etc/filebeat/filebeat.yml. This contains all the required parameters related to input, tags, output, and more. It even has a set of predefined modules that can be enabled/disabled in filebeat.yml for getting all Cassandra-related logs to be shipped as follows:

filebeat.inputs:- type: log  enabled: true  paths: - /usr/lib/Cassandra/logs/*.log  multiline.pattern: '^[[:space:]]'  multiline.negate: false  multiline.match: after

So based on our flexibility, we can customize it accordingly for all the logs that need to be shipped. Moreover, it has compatibility of multiline, because during exceptions it would be annoying if they are not part of same message being shipped to the backend. ...

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