Skip to content

Commit e8a9ceb

Browse files
committed
add fields.md support for spec and details
Signed-off-by: YANGDB <[email protected]>
2 parents 4b43e17 + 8b94fcb commit e8a9ceb

28 files changed

+784
-25
lines changed

integrations/aws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Listeners receive requests and decide to which target group they forward the req
2424
**Observability supports the next load balance log integrations:**
2525

2626
- [V1: Classic load balance logs]()
27-
- [V2: Application load balance logs](alb/info/README.md)
27+
- [V2: Application load balance logs](elb/info/README.md)
2828
- [V2: Network load balance logs]()
2929

3030
---

integrations/aws/alb/assets/display/elb.ndjson

Lines changed: 0 additions & 22 deletions
This file was deleted.

integrations/aws/elb/assets/display/elb.ndjson

Lines changed: 654 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Queried Fields
2+
3+
| 'Fields' | 'Mapping Source' |
4+
`@timestamp`
5+
6+
`cloud.account.id`
7+
`cloud.region`
8+
`http.response.status_code`
9+
`http.response.status_code`
10+
`http.request.bytes`
11+
`http.response.bytes`
12+
`http_protocol`
13+
`http.request.method`
14+
`ssl_protocol`
15+
`ssl_cipher`
16+
`url.domain`
17+
`url.path`
18+
`user_agent.original`
19+
`source.geo.country_name`
20+
`source.geo.country_iso_code`
21+
`source.ip`
22+
`destination.ip`
23+
`request_processing_time`,
24+
`response_processing_time`
25+
26+
`event.category`
27+
`event.ingested`
28+
`event.kind`
29+
`event.module`

0 commit comments

Comments
 (0)