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

RESTful ATNA: JSON example in section 3.82.4.2.2.1 "JSON encoded array of Syslog Messages" #207

Open
unixoid opened this issue Oct 4, 2023 · 0 comments

Comments

@unixoid
Copy link

unixoid commented Oct 4, 2023

The RESTful ATNA supplement Rev.3.4 from 04-Aug-2023 contains a syntactically incorrect JSON example in the section 3.82.4.2.2.1 "JSON encoded array of Syslog Messages". Moreover, the first audit record there contains an attribute "Structured-data" which is not defined (defined is one with an underscore instead of the hyphen). Here a corrected example:

[
  {
    "Pri": "string",
    "Version": "string",
    "Timestamp": "2015-03-17T00:05",
    "Hostname": "string",
    "App-name": "string",
    "Procid": "string",
    "Msg-id": "string",
    "Msg": "string1",
    "Structured_data": "string"
  },
  {
    "Pri": "string",
    "Version": "string",
    "Timestamp": "2015-03-17T00:05",
    "Hostname": "string",
    "App-name": "string",
    "Procid": "string",
    "Msg-id": "string",
    "Msg": "string2"
  },
  {
    "Pri": "string",
    "Version": "string",
    "Timestamp": "2015-03-17T00:05",
    "Hostname": "string",
    "App-name": "string",
    "Procid": "string",
    "Msg-id": "string",
    "Msg": "string3"
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant