Skip to content

Commit

Permalink
refactor: remove source fields (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-sk authored Jan 8, 2024
1 parent 450d948 commit 93f055c
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

---
Expand All @@ -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` |
Expand All @@ -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` |

Expand Down Expand Up @@ -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` |
Expand Down Expand Up @@ -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` |
Expand All @@ -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. |
Expand Down Expand Up @@ -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` |
Expand Down

0 comments on commit 93f055c

Please sign in to comment.