Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit eadb594

Browse files
author
Chris Wiechmann
committed
Test for fileTransfer fixed - ServiceName and operation now expexted for the leg
#98
1 parent 28f6291 commit eadb594

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
## [Unreleased]
88
### Fixed
99
- TransactionData not shown, if TransactionElement legs are not in a row [#97](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/97)
10+
- Already existing ServiceName and Operation (Policy-Based) is removed during API-Lookup, when native API cannot be looked up [#98](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/98)
1011

1112
### Added
1213
- Added a new parameter: `DISABLE_CUSTOM_PROPERTIES` to disable custom properties support [#95](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/95)

UPDATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ On the other hand, the API builder Docker image, as a central component of the s
4646
| 2.1.2 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |- | 7.10.0 | |
4747
| 2.2.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | - | - |- | 7.10.0 | |
4848
| 2.3.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |- | 7.10.0 | |
49-
| 2.4.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | [X](#parameters)|- | 7.10.0 |Unreleased |
49+
| 2.4.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | - | [X](#parameters)|- | 7.10.0 |Unreleased |
5050

5151
### Update from Version 1.0.0
5252

logstash/test/filetransfer/test-opentrafficlog-filetransfer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
"duration": 924,
135135
"finalStatus": "success",
136136
"leg": 0,
137+
"operation": null,
138+
"serviceName": null,
137139
"protocolInfo": {
138140
"fileTransfer": {
139141
"remoteAddr": "/192.168.65.1:63026",

0 commit comments

Comments
 (0)