Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Schema]Update Logs event #71

Open
YANG-DB opened this issue Aug 11, 2023 · 0 comments
Open

[Schema]Update Logs event #71

YANG-DB opened this issue Aug 11, 2023 · 0 comments
Labels
schema schema related issue

Comments

@YANG-DB
Copy link
Member

YANG-DB commented Aug 11, 2023

Which domain protocol is relevant for this schema ?

The Observability Logs event internal object needs update according to the ECS event field set

Existing section:

     ....
            "event": {
              "properties": {
                  "dataset": {
                    "ignore_above": 128,
                    "type": "keyword"
                  },
                  "duration": {
                      "type": "long"
                  },
                  "domain": {
                      "ignore_above": 256,
                      "type": "keyword"
                  },
                  "name": {
                      "ignore_above": 256,
                      "type": "keyword"
                  },
                  "source": {
                      "ignore_above": 256,
                      "type": "keyword"
                  },
                  "category": {
                      "ignore_above": 256,
                      "type": "keyword"
                  },
                  "type": {
                      "ignore_above": 256,
                      "type": "keyword"
                  },
                  "kind": {
                      "ignore_above": 256,
                      "type": "keyword"
                  },
                  "result": {
                      "ignore_above": 256,
                      "type": "keyword"
                  },
                  "exception": {
                      "properties": {
                          "message": {
                              "ignore_above": 1024,
                              "type": "keyword"
                          },
                          "type": {
                              "ignore_above": 256,
                              "type": "keyword"
                          },
                          "stacktrace": {
                              "type": "text"
                          }
                      }
                  }
              }
          }
      }

New section:

What is the schema resource ?

Source Schema - Add necessary repository


Do you have any additional context?

Add any other context or screenshots about the feature request here.

@YANG-DB YANG-DB added untriaged schema schema related issue labels Aug 11, 2023
@YANG-DB YANG-DB removed the untriaged label Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
schema schema related issue
Projects
Status: No status
Development

No branches or pull requests

1 participant