Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 34213 : Fixing Docker port mapping to avoid Integration test case failure #34221

Merged
merged 27 commits into from
Jan 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
4c62bba
x-pack/filebeat/module/cisco: remove invalid values from ECS fields (…
agithomas May 16, 2022
3c39232
Merge branch 'elastic:main' into main
agithomas May 19, 2022
d1c97af
Merge branch 'elastic:main' into main
agithomas May 27, 2022
aa4f464
Merge branch 'elastic:main' into main
agithomas May 31, 2022
d9e070c
Merge branch 'elastic:main' into main
agithomas Jun 3, 2022
a089576
Merge branch 'elastic:main' into main
agithomas Jun 5, 2022
5173fda
Merge branch 'elastic:main' into main
agithomas Jun 6, 2022
f429eaf
Merge branch 'elastic:main' into main
agithomas Jul 1, 2022
4640072
Merge branch 'elastic:main' into main
agithomas Jul 6, 2022
c795711
Merge branch 'elastic:main' into main
agithomas Jul 7, 2022
ea7b9cf
Merge branch 'elastic:main' into main
agithomas Jul 11, 2022
746a767
Merge branch 'elastic:main' into main
agithomas Jul 12, 2022
f75a9ab
Merge branch 'elastic:main' into main
agithomas Jul 20, 2022
7723142
Merge branch 'elastic:main' into main
agithomas Sep 23, 2022
1bad1ac
Merge branch 'elastic:main' into main
agithomas Oct 20, 2022
be6298a
Merge branch 'elastic:main' into main
agithomas Oct 21, 2022
047a198
Merge branch 'elastic:main' into main
agithomas Nov 3, 2022
85a89d8
Merge branch 'elastic:main' into main
agithomas Nov 10, 2022
6655dda
Merge branch 'elastic:main' into main
agithomas Nov 15, 2022
3008720
Merge branch 'elastic:main' into main
agithomas Jan 10, 2023
cebf92c
Fixed the integration testcases for sql and oracle modules
agithomas Jan 10, 2023
c016979
Added changelog entry
agithomas Jan 10, 2023
419033c
Updated changelog
agithomas Jan 10, 2023
d382f4c
Merge branch 'main' into issue-34213
agithomas Jan 10, 2023
3e91952
Merge branch 'main' into issue-34213
agithomas Jan 17, 2023
6b1bf0d
Updated the changelog file and its content as it is not customer depe…
agithomas Jan 17, 2023
8dd0c5b
Merge branch 'issue-34213' of https://github.com/agithomas/beats into…
agithomas Jan 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG-developer.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ The list below covers the major changes between 7.0.0-rc2 and main only.
- Allow to use metricbeat for named mssql instances. {issue}24076[24076] {pull}30859[30859]
- Setting DEV=true when running `mage build` now correctly generates binaries without optimisations and with debug symbols {pull}31955[31955]
- The beat.cgroup.memory.mem.usage.bytes metric is now a gauge {issue}31582[31582] {pull}32652[32652]
- Fix the integration testcase docker port mapping for sql and oracle modules {pull}34221[34221]

==== Added

Expand Down
4 changes: 2 additions & 2 deletions x-pack/metricbeat/module/oracle/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ services:
args:
ORACLE_VERSION: ${ORACLE_VERSION:-12.2.0.1}
ports:
- 1521
- 5500
- 1521:1521
- 5500:5500