Truth in IT
    • Sign In
    • Register
        • Videos
        • Channels
        • Pages
        • Galleries
        • News
        • Events
        • All
Truth in IT Truth in IT
  • Data Management ▼
    • Converged Infrastructure
    • DevOps
    • Networking
    • Storage
    • Virtualization
  • Cybersecurity ▼
    • Application Security
    • Backup & Recovery
    • Data Security
    • Identity & Access Management (IAM)
    • Zero Trust
    • Compliance & GRC
    • Endpoint Security
  • Cloud ▼
    • Hybrid Cloud
    • Private Cloud
    • Public Cloud
  • Webinar Library
  • TiPs
  • DRAW

Getting Started with SolarWinds Loggly Log Management

Solarwinds
06/22/2026
0 (0%)
Share
  • Comments
  • Download
  • Transcript
Report Like Favorite
  • Share/Embed
  • Email
Link
Embed

Transcript


Sales Engineer at SolarWinds. I'm here to help you increase mean time to value with Loggly. The way you get started with Loggly is at the source browser. Notice in the navigation here, I can hit this little chevron at the bottom to expand the menu and we'll find source setup. We have built into Loggly a variety of modules that you can leverage to ingest your logs into the Loggly system. From there, those logs will be parsed and normalized into a common data structure that's easy to explore with our Field Explorer. The Field Explorer makes it easy to search through the entire volume of logs that have been ingested by Loggly. Filter and narrow those down into key events that are important for you to be made aware of. The best way to get started with the Field Explorer is to look at the screen from the top left over to the right and then down. Loggly supports multiple tabs, so I can have multiple searches going on at once. The cool thing is, if I navigate away from this page or I come back to Loggly on another day, it's going to remember what search options I've put in here in future sessions. I like to stick with the default tab. Looking at what's available to help filter logs, we have different source groups. Now, a source group allows us to partition the environment logically by application stack or by infrastructure. Say you want to look at just network infrastructure, switches, routers, firewalls, or you just want to look at servers and virtual machines. You can create the source groups that make sense for you and use those to filter the log events. In the Search Logs bar, this is where I can apply a global search filter, and we support a variety of syntaxes. I can use a full-text search, or if I need an exact phrase, I just surround that in quotation marks, similar to what you're experienced with other search engines perhaps. We also support Boolean logic, which allows us to provide different search tactics in conjunction with each other to help narrow down the logs that we're interested in. We also support regular expressions and numeric ranges on fields. This brings up an interesting point about fields because, as I mentioned previously, Logly will normalize your log events. We'll organize those by source in the Field Explorer, and we will show you the sources that we've seen over the time range that you've selected up here. You can click the time range and select a date on the calendar, but I like to stick with timeframes that are relative to a time period. I'm looking at now, starting at an hour ago, or I can change the age to a D, and I can look at a day ago. This helps me quickly visualize the log events over time, and I can see quite a large influx of logs over this time period that might be interesting to drill into. But I'm going to stick with one hour from now, up to now, and then I see the different sources here. Apache, for instance. If I click Apache, then I will see the fields that were extracted by Logly. These are all of the log events coming from the Apache source with the fields extracted. Let's say I'm interested in the status codes returned by the web server. If I click status, I'll see a list of status codes that Logly has seen for that time period. Again, if I change the time period, what Logly has seen may fluctuate over time, so we might see additional status fields like so, 500s. 500s indicate an error of some kind, and those might be interesting. I could click that, and that would apply a filter to only the Apache events that contain 500 as the status code. You can see that highlighted here in each log event. Maybe what I'm more interested in is understanding the distribution of status codes. I can use a field action to do that and visualize those events as a pie chart, which helps me understand how many of each type of event we've seen displayed on a chart like this. I can sort this by ascending to make it a little bit easier to read. My 200s, everything's good, all the way up to my 500s, where something's going wrong internally in the web server. Now, to work with the chart types, I can change these to line charts, or I could change these to column charts, which would make more sense for this data set, and split by the status. And then we can see how those log events with the status codes get stacked up over time. Let's go back to these 500 errors. When I apply this filter, I've determined that these are the types of events that I'm really, really interested in over time. So coming back to the Field Explorer, looking at status codes, maybe I'm interested in finding all of the instances where client browsers are trying to download items from our web server that no longer exist at the path that's being referenced. I want to pass this off to some developers to get that cleaned up. I can emphasize that I'm interested in 404s by applying the filter like so, and if I'm interested in creating an alert for this, I can do that by saving the search. If I save the search, I would give it a name, and then I can click Save, or then I can save the search and create an alert from here in the same go. To create an alert, I simply give the alert a name. The Save Search dropdown is already populated with my previous saved search. So realize that the Save Search functionality within Loggly powers not only the alerting system, but also the charts that we use for visualizations on dashboards. I have alerting logic here to send the alert if the account of 404 errors is greater than some number over a certain time frame. I can then send an email to someone, or I can send an alert through a configured endpoint, such as a Slack channel via a webhook, for instance. So Loggly's capabilities go far beyond what I've shown you, but we wanted to give you something to help you get started quickly using Loggly and getting value out of your log events. Thank you.

TL;DR

  • SolarWinds Loggly automatically ingests, parses, and normalizes logs from multiple sources into a common structure accessible through the Field Explorer interface
  • The platform supports full-text search, Boolean logic, regular expressions, and field-based filtering with persistent sessions and flexible time range selection
  • Field actions enable instant visualization of log data as charts, while saved searches power both alerting workflows and dashboard creation
  • Alerts can be configured with threshold-based logic and routed to email or webhook endpoints like Slack to integrate with existing DevOps communication channels

Core Platform Navigation and Log Ingestion

This tutorial demonstrates the foundational capabilities of SolarWinds Loggly, a cloud-based log management service designed for DevOps and continuous deployment workflows. The platform begins with source setup, where built-in modules enable rapid log ingestion from various infrastructure sources. Once ingested, Loggly automatically parses and normalizes log data into a common structure, making it accessible through the Field Explorer interface. The navigation is designed for efficiency, with expandable menus and persistent tab sessions that remember search configurations across sessions. Source groups allow logical partitioning of environments by application stack or infrastructure type, enabling teams to isolate network devices, servers, or specific application tiers for targeted analysis.

Search Capabilities and Field-Based Filtering

The Field Explorer provides multiple search syntaxes including full-text search, exact phrase matching with quotation marks, Boolean logic for complex queries, regular expressions, and numeric range filtering on extracted fields. The platform automatically extracts fields from normalized log sources, displaying them hierarchically by source type. For example, Apache web server logs reveal fields like status codes, which can be filtered with a single click to isolate specific HTTP responses. Time range selection supports both calendar-based and relative timeframes, allowing analysts to quickly pivot between historical analysis and real-time monitoring. The interface visualizes log volume over time, making it easy to identify anomalous spikes or patterns that warrant investigation.

Visualization and Alerting Workflows

Field actions enable on-the-fly visualization of log data as pie charts, line charts, or column charts, helping teams understand distribution patterns and trends without leaving the search interface. Status code distributions, for instance, can be visualized to quickly assess the ratio of successful requests to errors. The saved search functionality serves as the foundation for both alerting and dashboard creation. Alerts can be configured with threshold-based logic, such as triggering when 404 errors exceed a defined count within a specific timeframe. Notification options include email and webhook integrations to platforms like Slack, enabling teams to route alerts directly into their existing communication workflows. This integration approach supports the platform's goal of reducing mean time to resolution by embedding log insights into operational processes.

Chapters

0:00 - Introduction and Source Setup
0:39 - Field Explorer Overview
1:25 - Source Groups and Filtering
1:53 - Search Syntax Options
3:23 - Field Extraction and Status Codes
4:21 - Visualization with Charts
5:44 - Saved Searches and Alerting

Key Quotes

0:06 "I'm here to help you increase mean time to value with Loggly."
0:28 "From there, those logs will be parsed and normalized into a common data structure that's easy to explore with our Field Explorer."
6:15 "The Save Search functionality within Loggly powers not only the alerting system, but also the charts that we use for visualizations on dashboards."
6:45 "So Loggly's capabilities go far beyond what I've shown you, but we wanted to give you something to help you get started quickly using Loggly and getting value out of your log events."

FAQ

How does Loggly handle logs from different sources with varying formats?

Loggly uses built-in modules for common log sources that automatically parse and normalize incoming logs into a common data structure. This normalization process extracts fields specific to each source type (like status codes from Apache logs) and makes them queryable through the Field Explorer without requiring manual configuration or custom parsing rules.

Can I create alerts based on specific log patterns or thresholds?

Yes, alerts are created from saved searches and support threshold-based logic. You can configure alerts to trigger when specific conditions are met, such as when a count of particular log events exceeds a defined number within a timeframe. Notifications can be sent via email or webhook integrations to platforms like Slack.


Categories:
  • » Cybersecurity » Application Security
  • » Data Protection
Channels:
News:
Events:
Tags:
  • Security Operations
  • DevSecOps
  • How-To
  • Getting Started
  • Log Management
  • Field Extraction
  • Search Syntax
  • Data Normalization
  • Alerting Configuration
  • Log Visualization
  • DevOps Workflows
  • Source Group Filtering
  • Webhook Integrations
Show more Show less

Browse videos

  • Related
  • Featured
  • By date
  • Most viewed
  • Top rated
  •  

              Video's comments: Getting Started with SolarWinds Loggly Log Management

              XStreaminars (watch here)

              • Jul
                28

                Illumio + Netskope: Zero Trust in the Age of AI Autonomy

                07/28/202601:00 PM ET
                • Jul
                  29

                  Ask Your Cloud Anything: Unlocking Governance Silos in your Environments

                  07/29/202601:00 PM ET
                  More events

                  Industry Events (watch there)

                  • Jul
                    14

                    Crafting a Championship-Caliber Security Team for Lasting Defense

                    07/14/202601:00 PM ET
                    • Jul
                      14

                      Understanding the Crucial Role of Context in Safeguarding AI-Accessible Data

                      07/14/202602:00 PM ET
                      • Jul
                        22

                        Insights from Attackers During the FIFA World Cup: A HUMAN Dialogue

                        07/22/202601:00 PM ET
                        More events

                        Upcoming Webinar Calendar

                        • 07/14/2026
                          01:00 PM
                          07/14/2026
                          Crafting a Championship-Caliber Security Team for Lasting Defense
                          https://www.truthinit.com/index.php/channel/2025/crafting-a-championship-caliber-security-team-for-lasting-defense/
                        • 07/14/2026
                          02:00 PM
                          07/14/2026
                          Understanding the Crucial Role of Context in Safeguarding AI-Accessible Data
                          https://www.truthinit.com/index.php/channel/2037/understanding-the-crucial-role-of-context-in-safeguarding-ai-accessible-data/
                        • 07/21/2026
                          04:00 AM
                          07/21/2026
                          Strategies for Managing AI Governance and Securing App-to-LLM API Traffic
                          https://www.truthinit.com/index.php/channel/1967/strategies-for-managing-ai-governance-and-securing-app-to-llm-api-traffic/
                        • 07/22/2026
                          06:30 AM
                          07/22/2026
                          Insights and Strategies in Data Protection and Privacy Management
                          https://www.truthinit.com/index.php/channel/2000/insights-and-strategies-in-data-protection-and-privacy-management/
                        • 07/22/2026
                          01:00 PM
                          07/22/2026
                          Insights from Attackers During the FIFA World Cup: A HUMAN Dialogue
                          https://www.truthinit.com/index.php/channel/2029/insights-from-attackers-during-the-fifa-world-cup-a-human-dialogue/
                        • 07/28/2026
                          01:00 PM
                          07/28/2026
                          Illumio + Netskope: Zero Trust in the Age of AI Autonomy
                          https://www.truthinit.com/index.php/channel/2031/illumio-netskope-zero-trust-in-the-age-of-ai-autonomy/
                        • 07/29/2026
                          04:00 AM
                          07/29/2026
                          Real-Time Strategies for Safeguarding Against Prompt Injections
                          https://www.truthinit.com/index.php/channel/1968/real-time-strategies-for-safeguarding-against-prompt-injections/
                        • 07/29/2026
                          01:00 PM
                          07/29/2026
                          Ask Your Cloud Anything: Unlocking Governance Silos in your Environments
                          https://www.truthinit.com/index.php/channel/2048/ask-your-cloud-anything-unlocking-governance-silos-in-your-environments/
                        • 08/19/2026
                          12:00 PM
                          08/19/2026
                          Becoming Agent Ready: Insights from Cyera's Expertise
                          https://www.truthinit.com/index.php/channel/2036/becoming-agent-ready-insights-from-cyeras-expertise/
                        • 09/02/2026
                          12:00 PM
                          09/02/2026
                          Unified Data Security in Action: Uncover, Analyze, and Resolve Threats
                          https://www.truthinit.com/index.php/channel/2045/unified-data-security-in-action-uncover-analyze-and-resolve-threats/
                        • 09/30/2026
                          04:00 AM
                          09/30/2026
                          AI Command Center: Optimizing Visibility and Control in Your Operations
                          https://www.truthinit.com/index.php/channel/2024/ai-command-center-optimizing-visibility-and-control-in-your-operations/
                        Truth in IT
                        • Sponsor
                        • About Us
                        • Terms of Service
                        • Privacy Policy
                        • Contact Us
                        • Preference Management
                        Desktop version
                        Standard version