This file is indexed.

/etc/captagent/transport_json.xml is in captagent 6.1.0.20-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<?xml version="1.0"?>
<document type="captagent_module/xml">
    <module name="transport_json" description="JSON Protocol" serial="2014010402">
	<profile name="jsonsocket" description="Transport JSON" enable="true" serial="2014010402">
	    <settings>
		<param name="capture-version" value="1"/>
		<param name="capture-host" value="127.0.0.1"/>
		<param name="capture-port" value="9061"/>
		<param name="capture-proto" value="udp"/>
		<param name="capture-id" value="2001"/>
		<param name="payload-send" value="true"/>
	    </settings>
	</profile>
    </module>
</document>