Test to read XML logs
[gnucomo.git] / test / log.xml
1 <?xml version='1.0'?>
2   <gcmt:message xmlns:gcmt='http://gnucomo.org/transport/'>
3      <gcmt:header>
4         <gcmt:messagetype>system log</gcmt:messagetype>
5         <gcmt:hostname>kithira.andromeda.nl</gcmt:hostname>
6         <gcmt:time>2003-04-17 14:40:46.312895+01:00</gcmt:time>
7      </gcmt:header>
8      <gcmt:data>
9        <gcmt:log>
10         <gcmt:raw>Apr 13 04:31:03 schiza kernel: attempt to access beyond end of device</gcmt:raw>
11         <gcmt:cooked>
12            <timestamp>2003-04-13 04:31:03+02:00</timestamp>
13            <gcmt:hostname>schiza</gcmt:hostname>
14            <gcmt:service>kernel</gcmt:service>
15            <raw>Apr 13 04:31:03 schiza kernel: 03:05: rw=0, want=1061109568, limit=2522173</raw>
16         </gcmt:cooked>
17         <gcmt:cooked>
18            <timestamp>2003-04-13 16:57:15+02:00</timestamp>
19            <gcmt:hostname>kithira</gcmt:hostname>
20            <gcmt:service>sshd</gcmt:service>
21            <gcmt:raw>Apr 13 16:57:15 kithira sshd(pam_unix)[11816]: session opened for user arjen by (uid=0)</gcmt:raw>
22         </gcmt:cooked>
23        </gcmt:log>
24      </gcmt:data>
25   </gcmt:message>
26