File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ paths:
135135 enum :
136136 - alertlogic.com/json
137137 - alertlogic.com/syslog
138+ - snort.org/unified2
138139 in : header
139140 name : content-type
140141 description : |-
@@ -147,6 +148,8 @@ paths:
147148 * Use to send `auditmsgs`, `observation` data types
148149 * alertlogic.com/syslog
149150 * Use to send `syslog` data
151+ * snort.org/unified2
152+ * Use to send `snort unified2` data
150153 required : true
151154 - schema :
152155 type : string
@@ -176,6 +179,9 @@ paths:
176179 alertlogic.com/syslog :
177180 schema :
178181 $ref : ' #/components/schemas/SyslogMsg'
182+ snort.org/unified2 :
183+ schema :
184+ $ref : ' #/components/schemas/SnortUnified2'
179185 description : ' '
180186 required : true
181187 parameters :
@@ -196,6 +202,7 @@ paths:
196202
197203 * 'auditmsgs' -> AuditMsgs-0.0.2
198204 * 'logmsgs' -> SyslogMsg
205+ * 'snmsgs' -> SnortUnified2
199206 * 'observation' -> Observation-1.0.1
200207components :
201208 schemas :
@@ -459,6 +466,11 @@ components:
459466 title : SyslogMsg
460467 description : " Syslog messages separated by `\\ n`"
461468 format : binary
469+ SnortUnified2 :
470+ type : string
471+ title : SnortUnified2
472+ description : " SnortUnified2 records"
473+ format : binary
462474 Observation :
463475 title : Observation
464476 type : object
You can’t perform that action at this time.
0 commit comments