Book Image

Splunk Best Practices

Book Image

Splunk Best Practices

Overview of this book

This book will give you an edge over others through insights that will help you in day-to-day instances. When you're working with data from various sources in Splunk and performing analysis on this data, it can be a bit tricky. With this book, you will learn the best practices of working with Splunk. You'll learn about tools and techniques that will ease your life with Splunk, and will ultimately save you time. In some cases, it will adjust your thinking of what Splunk is, and what it can and cannot do. To start with, you'll get to know the best practices to get data into Splunk, analyze data, and package apps for distribution. Next, you'll discover the best practices in logging, operations, knowledge management, searching, and reporting. To finish off, we will teach you how to troubleshoot Splunk searches, as well as deployment, testing, and development with Splunk.
Table of Contents (16 chapters)

Chapter 9. App Creation and Consolidation

In this chapter, we will focus on how to not only create an app, but also to add functionality to it by consolidating functions from other apps on Splunk base. The advantage to this is that it enables users to leverage operations such as a Lightweight Directory Access Protocol (LDAP) search, or a different event type in a custom app that is being created for a proprietary purpose. You can also create apps in context with the data that is being viewed, and all knowledge objects can be permissioned appropriately. Maybe you want to create an app for your engineering staff for Windows and Linux, and you don't want to clutter your launcher page with any more apps because you've installed a plethora of them already. I'm going to show you some techniques for how to do this at the indexing and search head levels, so that you can keep your administrative overhead as low as possible. We will learn about:

  • Types of app:

    • Search app

    • Deployment app

    • Indexer/cluster...