Description
OPTIONAL — A container element for a sample log message.
Attributes
N/A
Children
- 
test_message: OPTIONAL — A sample log message that should match this pattern. For example: <test_message program="myapplication">Content filter has been enabled</test_message> - 
program: The program pattern of the test message. For example: <test_message program="proftpd">ubuntu (::ffff:192.168.2.179[::ffff:192.168.2.179]) - FTP session closed.</test_message> 
 
- 
- 
test_values: OPTIONAL — A container element to test the results of the parsers used in the pattern. 
Example
<examples>
    <example>
        <test_message>Accepted password for sampleuser from 10.50.0.247 port 42156 ssh2</test_message>
        <test_values>
            <test_value name="SSH.AUTH_METHOD">password</test_value>
            <test_value name="SSH_USERNAME">sampleuser</test_value>
            <test_value name="SSH_CLIENT_ADDRESS">10.50.0.247</test_value>
            <test_value name="SSH_PORT_NUMBER">42156</test_value>
        </test_values>
    </example>
</examples>