From f0532ac359773ac361d602ff4d885fbb93eb244f Mon Sep 17 00:00:00 2001 From: Darshan Varasani Date: Thu, 5 Sep 2024 14:51:26 +0530 Subject: [PATCH] chore: minor updates --- docs/how_to_use.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how_to_use.md b/docs/how_to_use.md index 94b05a4a2..35723bd7f 100644 --- a/docs/how_to_use.md +++ b/docs/how_to_use.md @@ -10,7 +10,7 @@ class Test_App(Basic): pass ``` -2. Create sample files and pytest-splunk-addon-data.conf +2. Create sample files and pytest-splunk-addon-data.conf (Can be skipped if the events are already present in the splunk environment) - For detailed information on how to create samples and pytest-splunk-addon-data.conf, please refer [here](./sample_generator.md).