From 93f055c20f8c9ecb999fd6162c2877e128478c5f Mon Sep 17 00:00:00 2001 From: hannah <109289700+hannah-sk@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:43:58 -0300 Subject: [PATCH] refactor: remove source fields (#631) --- .../api-graphql/features/events-fields/events-fields.mdx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/content/docs/en/pages/devtools/api-graphql/features/events-fields/events-fields.mdx b/src/content/docs/en/pages/devtools/api-graphql/features/events-fields/events-fields.mdx index 4b4e9f7b48..71e470f04c 100644 --- a/src/content/docs/en/pages/devtools/api-graphql/features/events-fields/events-fields.mdx +++ b/src/content/docs/en/pages/devtools/api-graphql/features/events-fields/events-fields.mdx @@ -46,7 +46,6 @@ See each available field and their descriptions below. | line | Log message generated by the Cells platform. Example: `at async mainFetch (ext:deno_fetch/26_fetch.js:266:12)` | | lineSource | Log message category. Example: `CONSOLE`, `RUNTIME` | | solutionId | Unique Azion ID set on virtual host configuration file for the solution. Example: `1441740010` | -| source | Server that generated the log line. Example: `edg-fln-ggn001p` | | ts | Timestamp of when the event was created. Example: `2022-10-20T10:10:10` | --- @@ -59,7 +58,6 @@ See each available field and their descriptions below. | dataStreamed | Total amount of data streamed, in bytes, to the configured endpoint. This field is the result of a sum. Example: `1270` | | endpointType | Type of endpoint used in the configured data streaming. Can be: `HTTP_POST`, `S3`, `ELASTICSEARCH`, `QRADAR`, `AWS_KINESIS_FIREHOSE`, `KAFKA`, `DATADOG`, `BIG_QUERY`, `SPLUNK`, `AZURE_MONITOR`, `AZURE_BLOB_STORAGE` | | jobName | Unique Azion identifier for the type of streaming created. Example: `Data Streaming HTTP`, `Data Streaming WAF` | -| source | Server that generated the log line. Example: `edg-fln-ggn001p` | | statusCode | HTTP status code of the request. Example: `200` | | streamedLines | Total amount of lines streamed to the configured endpoint. Maximum value of `2000`. This field is the result of a sum. Example: `837` | | ts | Timestamp of when the event was created. Example: `2022-10-20T10:10:10` | @@ -78,7 +76,6 @@ See each available field and their descriptions below. | edgeFunctionsSolutionId | Identifier of your edge function. Example: `1321` | | edgeFunctionsTime | Total execution time, in milliseconds, for the function during its processing. This field is the result of a sum. Example: `0.021` | | functionLanguage | Language used in the function. Example: `javascript` | -| source | Server that generated the log line. Example: `edg-fln-ggn001p` | | ts | Timestamp of when the event was created. Example: `2022-10-20T10:10:10` | | virtualHostId | Unique ID available on Azion Real-Time Manager. Set on virtual host configuration file. Example: `2410001a` | @@ -111,7 +108,6 @@ See each available field and their descriptions below. | sessionId | ID of the session set through virtual host configuration file based on location directive. Example: `f41eabd4-c172-43e4-ac21-d9f5fc427128` | | serverAddr | IP address of the server that received the request. Example: `192.158.1.38` | | serverPort | Remote port of the server that received the request. Example: `443` | -| source | Server that generated the log line. Example: `edg-fln-ggn001p` | | sslCipher | Cipher string used to establish TLS connection. Example: `TLS_AES_256_GCM_SHA384` | | sslProtocol | Protocol for an established TLS connection. Example: `TLS v1.2` | | sslServerName | Returns the session identifier of an established SSL connection. Example: `a-static.mlcdn.com.br` | @@ -154,7 +150,6 @@ See each available field and their descriptions below. | level | Level of the log generator: `ERROR`, `WARN`, `INFO`, `DEBUG`, or `TRACE` | | qtype | Definition of the [type of record](/en/documentation/products/intelligent-dns/#types-of-supported-entries-and-the-respective-recommendations-of-intelligent-dns) that'll be used. Example: `PTR`, `A`, `AAAA`, `HTTPS`, `NS`, `SRV` | | resolutionType | Method types used to resolve hosts. Example: `standard` | -| source | Server that generated the log line. Example: `edg-fln-ggn001p` | | statusCode | HTTP status code of the request. Example: `200` | | solutionId | Identifier of your intelligent DNS instance. Example: `1321` | | ts | Timestamp of when the event was created. Example: `2022-10-20T10:10:10` | @@ -181,7 +176,6 @@ See each available field and their descriptions below. | requestUri | URI of the request made by the end user, without the host and protocol information and with arguments. Example: `/v1?v=bo%20dim` | | scheme | Request scheme. Example: `HTTP` or `HTTPS` | | solution | Identifier of your edge application. Example: `1321` | -| source | Server that generated the log line. Example: `edg-fln-ggn001p` | | sslCipher | Cipher string used to establish TLS connection. Example: `TLS_AES_256_GCM_SHA384` | | sslProtocol | Protocol for an established TLS connection. Example: `TLS v1.2` | | sslSessionReused | Returns `r` if an SSL session was reused or `.` if it wasn't. | @@ -219,7 +213,6 @@ See each available field and their descriptions below. | sentHttpContentType | `Content-Type` header sent in the origin’s response. Example: `text/html; charset=UTF-8` | | serverProtocol | Request protocol. Example: `HTTP/1.1`, `HTTP/2.0`, `HTTP/3.0` | | solution | Identifier of your edge application. Example: `1321` | -| source | Server that generated the log line. Example: `edg-fln-ggn001p` | | status | HTTP status code of the request. Example: `200` | | tcpinfoRtt | Round-Trip Time (RTT) measured by the edge for the user. Available on systems that support the TCP_INFO socket option. Example: `72052` | | ts | Timestamp of when the event was created. Example: `2022-10-20T10:10:10` |