NAME

Lilith::Schema::Result::SuricataAlert

TABLE: suricata_alerts

ACCESSORS

id

data_type: 'bigint'
is_auto_increment: 1
is_nullable: 0
sequence: 'suricata_alerts_id_seq'

instance

data_type: 'varchar'
is_nullable: 0
size: 255

host

data_type: 'varchar'
is_nullable: 0
size: 255

timestamp

data_type: 'timestamp with time zone'
is_nullable: 0

event_id

data_type: 'varchar'
is_nullable: 0
size: 64

flow_id

data_type: 'bigint'
is_nullable: 1

in_iface

data_type: 'varchar'
is_nullable: 1
size: 255

src_ip

data_type: 'inet'
is_nullable: 1

src_port

data_type: 'integer'
is_nullable: 1

dest_ip

data_type: 'inet'
is_nullable: 1

dest_port

data_type: 'integer'
is_nullable: 1

proto

data_type: 'varchar'
is_nullable: 1
size: 32

app_proto

data_type: 'varchar'
is_nullable: 1
size: 255

flow_pkts_toserver

data_type: 'integer'
is_nullable: 1

flow_bytes_toserver

data_type: 'integer'
is_nullable: 1

flow_pkts_toclient

data_type: 'integer'
is_nullable: 1

flow_bytes_toclient

data_type: 'integer'
is_nullable: 1

flow_start

data_type: 'timestamp with time zone'
is_nullable: 1

classification

data_type: 'varchar'
is_nullable: 1
size: 1024

signature

data_type: 'varchar'
is_nullable: 1
size: 2048

gid

data_type: 'integer'
is_nullable: 1

sid

data_type: 'bigint'
is_nullable: 1

rev

data_type: 'bigint'
is_nullable: 1

raw

data_type: 'json'
is_nullable: 0

PRIMARY KEY