Skip to content

Commit

Permalink
Update vrl.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzeldinadel authored Jul 13, 2024
1 parent f953e78 commit 6f5b375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/splunk/vrl.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Mapping data to cypienta input
Mapping Splunk Data
==============================

To map the data to cypienta input, use the Vector Remap Language (VRL).
Expand Down Expand Up @@ -51,4 +51,4 @@ Using the python script below, we will get a file.
# save cypienta input file as json
alert_list = json.load(open(file_to_save, "r"))
json.dump({"input": alert_list}, open(file_to_save, "w"))
json.dump({"input": alert_list}, open(file_to_save, "w"))

0 comments on commit 6f5b375

Please sign in to comment.