March 2018
Beginner to intermediate
576 pages
13h 29m
English
Some applications are built to store their logs in a database. This has the advantage that the logs are centralized, but the disadvantage that it is difficult to scale beyond the limits of the database server. If the logs are pulled into Splunk, it is possible to take advantage of the Splunk interface and correlate these events with other logs.
The process to consume database logs is essentially as follows:
select date, id, log from log_table
Read now
Unlock full access