File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
log4j-layout-template-json-test Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 4949 2. The Docker image version of the ELK-stack
5050
5151 As of 2024-09-16, these all (Maven artifacts and Elastic products) get released with the same version. -->
52- <elastic .version>8.17.3 </elastic .version>
52+ <elastic .version>9.1.5 </elastic .version>
5353
5454 </properties >
5555
9797 <scope >test</scope >
9898 </dependency >
9999
100+ <dependency >
101+ <groupId >org.elasticsearch.client</groupId >
102+ <artifactId >elasticsearch-rest-client</artifactId >
103+ <version >${elastic.version} </version >
104+ <scope >test</scope >
105+ </dependency >
106+
100107 <!-- Needed by elasticsearch-java for testing -->
101108 <dependency >
102109 <groupId >com.fasterxml.jackson.core</groupId >
105112 <scope >test</scope >
106113 </dependency >
107114
115+ <dependency >
116+ <groupId >com.fasterxml.jackson.dataformat</groupId >
117+ <artifactId >jackson-dataformat-yaml</artifactId >
118+ <version >${jackson2.test.version} </version >
119+ <scope >test</scope >
120+ </dependency >
121+
108122 <dependency >
109123 <groupId >com.google.code.java-allocation-instrumenter</groupId >
110124 <artifactId >java-allocation-instrumenter</artifactId >
123137 <scope >test</scope >
124138 </dependency >
125139
140+ <dependency >
141+ <groupId >co.elastic.logging</groupId >
142+ <artifactId >log4j2-ecs-layout</artifactId >
143+ <version >1.7.0</version >
144+ <scope >test</scope >
145+ </dependency >
146+
126147 </dependencies >
127148
128149 <build >
You can’t perform that action at this time.
0 commit comments