Book Image

Implementing Splunk (Update)

Book Image

Implementing Splunk (Update)

Overview of this book

Table of Contents (20 chapters)
Implementing Splunk Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Defining an app


In the strictest sense, an app is a directory of configurations and, sometimes, code. The directories and files inside have a particular naming convention and structure.

All configurations are in plain text, and can be edited using your choice of text editor. Apps generally serve one or more of the following purposes:

  • Act as a container for searches, dashboards, and related configurations: This is what most users will do with apps. This is not only useful for logical grouping, but also for limiting what configurations are applied and at what time. This kind of app usually does not affect other apps.

  • Providing extra functionality: Many objects can be provided in an app for use by other apps. These include field extractions, lookups, and external commands, saved searches, workflow actions, and even dashboards. These apps often have no user interface at all; instead, they add functionality to other apps.

  • Configuring a Splunk installation for a specific purpose: In a distributed...