Azure Log Analytics · JSON-LD Context

Azure Log Analytics Ingestion Api Context

JSON-LD context defining the semantic vocabulary for Azure Log Analytics Ingestion Api from Azure Log Analytics.

3 Classes 10 Properties 4 Namespaces
View Context View on GitHub

Namespaces

azure: https://learn.microsoft.com/en-us/azure/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

LogEntry DataCollectionRule StreamDeclaration

Properties

Property Type Container
TimeGenerated dateTime
Computer string
AdditionalContext string
location string
kind string
workspaceResourceId string
name string
type string
transformKql string
outputStream string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "azure": "https://learn.microsoft.com/en-us/azure/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "LogEntry": "azure:LogEntry",
    "DataCollectionRule": "azure:DataCollectionRule",
    "StreamDeclaration": "azure:StreamDeclaration",

    "TimeGenerated": {
      "@id": "azure:time_generated",
      "@type": "xsd:dateTime"
    },
    "Computer": {
      "@id": "azure:computer",
      "@type": "xsd:string"
    },
    "AdditionalContext": {
      "@id": "azure:additional_context",
      "@type": "xsd:string"
    },
    "location": {
      "@id": "azure:location",
      "@type": "xsd:string"
    },
    "kind": {
      "@id": "azure:kind",
      "@type": "xsd:string"
    },
    "workspaceResourceId": {
      "@id": "azure:workspace_resource_id",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "azure:type",
      "@type": "xsd:string"
    },
    "transformKql": {
      "@id": "azure:transform_kql",
      "@type": "xsd:string"
    },
    "outputStream": {
      "@id": "azure:output_stream",
      "@type": "xsd:string"
    }
  }
}