diff options
Diffstat (limited to 'resources/share/logray/profiles/CloudTrail/preferences')
-rw-r--r-- | resources/share/logray/profiles/CloudTrail/preferences | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/resources/share/logray/profiles/CloudTrail/preferences b/resources/share/logray/profiles/CloudTrail/preferences new file mode 100644 index 00000000..464f0424 --- /dev/null +++ b/resources/share/logray/profiles/CloudTrail/preferences @@ -0,0 +1,18 @@ +# Configuration file for Logray +# +# Packet list column format +# Each pair of strings consists of a column title and its format +gui.column.format: + "No.", "%m", + "Time", "%t", + "Source", "%s", + "Destination", "%d", + "Length", "%L", + "Service", "%Cus:ct.shortsrc:0:R", + "Region", "%Cus:ct.region:0:R", + "Bucket/Instance", "%Cus:s3.bucket || ec2.name:0:R", + "User Name", "%Cus:ct.user:0:R", + "Event Name", "%Cus:ct.name:0:R", + "User IP", "%Cus:ct.srcip:0:R", + "Info", "%i" + |