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

added missing column from syslog #319

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AlexBevan
Copy link

@AlexBevan AlexBevan commented Aug 16, 2024

Added missing column from syslog table from LAW, this is impacting requirement I have to ensure all log formats are documented.

az monitor log-analytics workspace table show --resource-group xxxxxxx--workspace-name xxxxxxxx --name Syslog

{
  "archiveRetentionInDays": 275,
  "id": "/subscriptions/xxxxxxxxxxxxx/resourceGroups/xxxxxxxxxxx/providers/Microsoft.OperationalInsights/workspaces/core-xxxxxxxxxx/tables/Syslog",
  "name": "Syslog",
  "plan": "Analytics",
  "provisioningState": "Succeeded",
  "resourceGroup": "xxxxxxxxxxxxx",
  "retentionInDays": 90,
  "retentionInDaysAsDefault": false,
  "schema": {
    "columns": [],
    "name": "Syslog",
    "solutions": [
      "LogManagement"
    ],
    "standardColumns": [
      {
        "description": "ID of the workspace that stores this record",
        "isDefaultDisplay": true,
        "isHidden": true,
        "name": "TenantId",
        "type": "guid"
      },
      {
        "description": "Type of agent the data was collected from. For syslog the value is typically Linux.",
        "isDefaultDisplay": true,
        "isHidden": false,
        "name": "SourceSystem",
        "type": "string"
      },
      {
        "description": "Date and time the record was created.",
        "isDefaultDisplay": true,
        "isHidden": false,
        "name": "TimeGenerated",
        "type": "datetime"
      },
      {
        "description": "ID of the management group for System Center Operations Manager agents.",
        "isDefaultDisplay": true,
        "isHidden": true,
        "name": "MG",
        "type": "guid"
      },
      {
        "isDefaultDisplay": true,
        "isHidden": true,
        "name": "TimeCollected",
        "type": "datetime"
      },
      {
        "isDefaultDisplay": true,
        "isHidden": false,
        "name": "ManagementGroupName",
        "type": "string"
      },
      {
        "description": "Computer that the event was collected from.",
        "isDefaultDisplay": true,
        "isHidden": false,
        "name": "Computer",
        "type": "string"
      },
      {
        "description": "Date and time that the event was generated.",
        "isDefaultDisplay": true,
        "isHidden": false,
        "name": "EventTime",
        "type": "datetime"
      },
      {
        "description": "The part of the system that generated the message.",
        "isDefaultDisplay": true,
        "isHidden": false,
        "name": "Facility",
        "type": "string"
      },
      {
        "description": "Name of the system sending the message.",
        "isDefaultDisplay": true,
        "isHidden": false,
        "name": "HostName",
        "type": "string"
      },
      {
        "description": "Severity level of the event.",
        "isDefaultDisplay": true,
        "isHidden": false,
        "name": "SeverityLevel",
        "type": "string"
      },
      {
        "description": "Text of the message.",
        "isDefaultDisplay": true,
        "isHidden": false,
        "name": "SyslogMessage",
        "type": "string"
      },
      {
        "description": "ID of the process that generated the message.",
        "isDefaultDisplay": true,
        "isHidden": false,
        "name": "ProcessID",
        "type": "int"
      },
      {
        "description": "IP address of the system sending the message.",
        "isDefaultDisplay": true,
        "isHidden": false,
        "name": "HostIP",
        "type": "string"
      },
      {
        "description": "Name of the process that generated the message.",
        "isDefaultDisplay": true,
        "isHidden": false,
        "name": "ProcessName",
        "type": "string"
      },
      {
        "description": "Name of the remote device that generated the message.",
        "isDefaultDisplay": true,
        "isHidden": false,
        "name": "CollectorHostName",
        "type": "string"
      }
    ],
    "tableSubType": "DataCollectionRuleBased",
    "tableType": "Microsoft"
  },
  "totalRetentionInDays": 365,
  "totalRetentionInDaysAsDefault": false
}

Copy link
Contributor

@AlexBevan : Thanks for your contribution! The author(s) have been notified to review your proposed change.

Copy link
Contributor

Learn Build status updates of commit f91f425:

✅ Validation status: passed

File Status Preview URL Details
azure-monitor-ref/tables/includes/syslog-include.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

@ShannonLeavitt
Copy link
Contributor

@osalzberg

Can you review the proposed changes?

IMPORTANT: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants