Skip to content

Commit

Permalink
Fix the source overwrite issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahir Chavda (C) committed May 19, 2020
1 parent 1976140 commit 88e1717
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package/etc/conf.d/context/common_event_format_class.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ Imperva Inc._SecureSphere_Firewall,sourcetype,imperva:waf:firewall:cef
Imperva Inc._SecureSphere_Signature,sourcetype,imperva:waf:security:cef
Imperva Inc._SecureSphere_Protocol,sourcetype,imperva:waf:security:cef
Imperva Inc._SecureSphere_Worm,sourcetype,imperva:waf:security:cef
unknown,source,CEF:unknown
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ parser p_cef_class {
database("conf.d/context/common_event_format_class.csv")
ignore-case(yes)
prefix(".splunk.")
default-selector("unknown")
);
};

Expand Down

0 comments on commit 88e1717

Please sign in to comment.