This file is indexed.

/etc/octopussy/conf/tables/Message.xml is in octopussy 1.0.6-0ubuntu1.

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
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version='1.0' encoding='UTF-8'?>
<octopussy_table description="Generic Message Table"
                 name="Message"
                 version="201006030001">
  <field title="datetime"
         type="DATETIME" />
  <field title="device"
         type="WORD" />
  <field title="daemon"
         type="WORD" />
  <field title="pid"
         type="PID" />
  <field title="msg_id"
         type="STRING" />
  <field title="msg"
         type="STRING" />
  <field title="server"
         type="WORD" />
  <field title="module"
         type="WORD" />
  <field title="user"
         type="WORD" />
  <field title="level"
         type="WORD" />
  <field title="client_ip"
         type="IP_ADDR" />
  <field title="status"
         type="STRING" />
  <field title="apachetime"
         type="DATETIME" />
  <field title="interface"
         type="NET_INTERFACE" />
</octopussy_table>