-
Notifications
You must be signed in to change notification settings - Fork 383
Expand file tree
/
Copy pathvalidation.xml
More file actions
22 lines (22 loc) · 1.77 KB
/
validation.xml
File metadata and controls
22 lines (22 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-16"?>
<items xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<server_host>tiny</server_host>
<server_uri>https://127.0.0.1:8089</server_uri>
<checkpoint_dir>/opt/splunk/var/lib/splunk/modinputs</checkpoint_dir>
<session_key>123102983109283019283</session_key>
<!-- The items element only ever contains one item element -->
<item name="aaa">
<param name="param1">value1</param>
<param name="param2">value2</param>
<param name="disabled">0</param>
<param name="index">default</param>
<param_list name="multiValue">
<value>value1</value>
<value>value2</value>
</param_list>
<param_list name="multiValue2">
<value>value3</value>
<value>value4</value>
</param_list>
</item>
</items>