Published Sep 3, 2019

Episode 220: Jon Gifford on Logging and Logging Infrastructure

Discover the transformative impact of search engines on logging and data analytics with Jon Gifford, as he explores the evolution of logging infrastructure, highlights the power of structured logging and visualization, and underscores the critical role of logs in enhancing system understanding and decision-making.
Episode Highlights
Software Engineering Radio - the podcast for professional software developers logo

Popular Clips

Episode Highlights

  • Search Engines

    Search engines have transformed log aggregation and analysis, offering a unified interface that surpasses traditional methods like regexes. highlights how modern search engines, such as Lucene, provide powerful analytics capabilities, enabling users to perform statistical analysis on log data 1. This shift allows for more efficient querying and data synthesis, akin to a micro MapReduce engine, facilitating complex calculations like bytes returned per millisecond of latency 2.

    The language of Search is much more expressive than the language of Grep or the power of Grep.

    ---

    These advancements open new opportunities for analytics professionals to extract business value from log data using database-like querying capabilities.

       

    Dark Data

    Unlocking insights from dark data, which is often overlooked, can significantly change how systems are perceived. explains that much of this data is like looking through a pinhole, but once visible, it transforms understanding 3. This revelation is akin to discovering hidden patterns, such as user behavior across time zones, which were always present but not easily accessible.

    It's kind of like the dark data that's lying around all over the place.

    ---

    By leveraging this data, organizations can optimize their systems and improve decision-making processes, even though the data volume can be immense 4.

Related Episodes