Skip to content

Commit a4eff30

Browse files
committed
Add note to change log.
1 parent e9015aa commit a4eff30

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

packages/apache_tomcat/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.8.1"
3+
changes:
4+
- description: "Prevent 400 within access log causing failure in dissect."
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/11515
27
- version: "1.8.0"
38
changes:
49
- description: "Allow @custom pipeline access to event.original without setting preserve_original_event."

packages/apache_tomcat/data_stream/access/_dev/test/pipeline/test-access.log-expected.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,56 @@
647647
"original": "/",
648648
"path": "/"
649649
}
650+
},
651+
{
652+
"@timestamp": "2024-10-24T03:18:49.000Z",
653+
"ecs": {
654+
"version": "8.11.0"
655+
},
656+
"apache_tomcat": {
657+
"access": {
658+
"http": {
659+
"useragent": "-",
660+
"ident": "-"
661+
},
662+
"response_time": 0,
663+
"ip": {
664+
"local": "81.2.69.145"
665+
},
666+
"connection_status": "+"
667+
}
668+
},
669+
"related": {
670+
"ip": [
671+
"81.2.69.144",
672+
"81.2.69.145"
673+
]
674+
},
675+
"http": {
676+
"request": {
677+
"referrer": "-"
678+
},
679+
"response": {
680+
"status_code": 400
681+
}
682+
},
683+
"source": {
684+
"ip": "81.2.69.144"
685+
},
686+
"event": {
687+
"category": [
688+
"web"
689+
],
690+
"type": [
691+
"access"
692+
],
693+
"kind": "event",
694+
"outcome": "failure",
695+
"module": "apache_tomcat"
696+
},
697+
"user_agent": {
698+
"original": "-"
699+
}
650700
}
651701
]
652702
}

0 commit comments

Comments
 (0)