diff --git a/rfcs/0024-ticket-fields.md b/rfcs/0024-ticket-fields.md new file mode 100644 index 0000000000..d2d4b9842a --- /dev/null +++ b/rfcs/0024-ticket-fields.md @@ -0,0 +1,110 @@ +# 0024: Ticket fields + + +- Stage: **0 (strawperson)** +- Date: **2021-05-11** + + + + +Stage 0: Provide a schema definition for fields related to tickets. Tickets, include, but are not limited to, Change Requests, +Incidents, User Stories, Hardware/Software Requests, etc. This enables storing information about tickets in Elasticsearch +in a common format enabling Elasticsearch to function as a backing DB for ticketing systems, it also enables storing ticket +meta-data for use in Enterprise Search, and it plays a role in security & observability with relating log and metric data to open +Event, Incident or Security Vulnerability tickets. [Sample schema](https://github.com/elastic/ecs/compare/master...kc-comcast:ticket-block) + + +## Fields + + + + + +## Usage + + + +## Source data + + + + + + + +## Scope of impact + + + +## Concerns + + + + + + + +## People + +The following are the people that consulted on the contents of this RFC. + +* @kc-comcast | author + + + + +## References + + + +### RFC Pull Requests + + + +* Stage 0: https://github.com/elastic/ecs/pull/1383 + +