File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/scouter/plugin/server/elasticsearch Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,12 +179,12 @@ public void xlog(final XLogPack p) {
179179 _source .put ("gxid" ,Hexa32 .toString32 (p .gxid ));
180180
181181 _source .put ("elapsed" ,p .elapsed );
182- _source .put ("error" ,this . getString ( helper . getHashMsgString ( p .error )) );
182+ _source .put ("error" ,p .error );
183183 _source .put ("cpu" ,p .cpu );
184184 _source .put ("sqlCount" ,p .sqlCount );
185185 _source .put ("sqlTime" ,p .sqlTime );
186186 _source .put ("ipaddr" ,this .ipByteToString (p .ipaddr ));
187- _source .put ("kbytes " ,p .kbytes );
187+ _source .put ("memory " ,p .kbytes );
188188 _source .put ("userAgent" ,this .getString (helper .getUserAgentString (p .userAgent )));
189189 _source .put ("referrer" ,this .getString (helper .getRefererString (p .referer )));
190190 _source .put ("group" ,this .getString (helper .getUserGroupString (p .group )));
You can’t perform that action at this time.
0 commit comments