From bbee8d8cd3f6a7f5d41a8353ad9b912ca5a9e76b Mon Sep 17 00:00:00 2001 From: Colflesh Date: Fri, 23 Apr 2021 15:01:03 -0400 Subject: [PATCH 1/4] RFC Stage 0 strawperson use case for creation of a ticket schema within ECS. --- rfcs/0000-ticket-fields.md | 110 +++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 rfcs/0000-ticket-fields.md diff --git a/rfcs/0000-ticket-fields.md b/rfcs/0000-ticket-fields.md new file mode 100644 index 0000000000..b23864b4b2 --- /dev/null +++ b/rfcs/0000-ticket-fields.md @@ -0,0 +1,110 @@ +# 0000: Ticket fields + + +- Stage: **0 (strawperson)** +- Date: **TBD** + + + + +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/NNN + + From c24ad83a6ba99df8fd49668fdf58f3c1f1066984 Mon Sep 17 00:00:00 2001 From: kc-comcast <80415121+kc-comcast@users.noreply.github.com> Date: Mon, 10 May 2021 17:02:11 -0400 Subject: [PATCH 2/4] Update rfcs/0000-ticket-fields.md Co-authored-by: Eric Beahan --- rfcs/0000-ticket-fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/0000-ticket-fields.md b/rfcs/0000-ticket-fields.md index b23864b4b2..8bc6cb067b 100644 --- a/rfcs/0000-ticket-fields.md +++ b/rfcs/0000-ticket-fields.md @@ -102,7 +102,7 @@ e.g.: -* Stage 0: https://github.com/elastic/ecs/pull/NNN +* Stage 0: https://github.com/elastic/ecs/pull/1383 - Stage: **0 (strawperson)** -- Date: **TBD** +- Date: **2021-05-11**