This repository contains a tutorial series for developing custom Splunk apps. Each tutorial focuses on a specific aspect of app development and includes sample code and instructions for building and deploying the app.
To get started with the tutorial series, follow these steps:
- Clone the repository to your local machine.
git clone https://github.com/krdmnbrk/play-with-splunk.git
cd play-with-splunk
- Navigate to a directory and follow the instructions in the README.md file.
The following sections are included in this repository:
- Section 1: Sample Full Stack App without Splunk | Medium Post
- Section 2: KV Store operations | Medium Post
- Section 3: Creating custom REST Endpoints | Medium Post
- Section 4: Create frontend with Splunk UI Toolkit | Medium Post
I welcome contributions to this tutorial series! If you have an idea for a new tutorial or would like to improve an existing one, please create a pull request with your changes. We'll review your changes and merge them if they meet our standards.