Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 3.18 KB

File metadata and controls

80 lines (56 loc) · 3.18 KB

Validation Codes

Validation Short description
JSE JSON Schema Errors
JSE00001 Rename message to event.original
PSR Package Spec Rule
PSR00001 Non GA spec used in GA package
PSR00002 Prerelease feature used in GA package
SVR Semantic Validation Rules
SVR00001 Dashboard with query but no filter
SVR00002 Dashboard without filter
SVR00003 Dangling object IDs
SVR00004 Visualization by value
SVR00005 Minimum Kibana version
SVR00006 Processor tag is required
SVR00007 Kibana tag is duplicate

JSE00001 - Rename message to event.original

Available since 3.1.0

PSR00001 - Non GA spec used in GA package

Available since 3.0.1

PSR00002 - Prerelease feature used in GA package

Available since 3.0.0

SVR00001 - Dashboard with query but no filter

Available since 2.13.0

SVR00002 - Dashboard without filter

Available since 2.13.0

SVR00003 - Dangling object IDs

Available since 2.13.0

SVR00004 - Visualization by value

Available since 3.0.0

SVR00005 - Minimum Kibana version

Available since 3.0.0

SVR00006 - Processor tag is required

Available since 3.6.0

Every processor in an ingest pipeline must include a unique tag, which is used to annotate the processor in metrics and logs. Processors in the global pipeline on_failure handler are excluded from this check.

set:
  tag: set_event_category
  field: event.category
  value: [network]

SVR00007 - Kibana tag is duplicate

Available since 3.5.5

Kibana tags declared under kibana/tags.yml are duplicated or package tags under kibana/tag directory are sharing the same id.