OpenSearch/modules
Tim Brooks b697f485bb
Introduce `TransportLogger` for common logging (#32725)
Historically we have had a ESLoggingHandler in the netty module that
logs low-level connection operations. This class just extends the netty
logging handler with some (broken) message deserialization. This commit
fixes this message serialization and moves the class to server.

This new logger logs inbound and outbound messages. Eventually, we
should move other event logging to this class (connect, close, flush).
That way we will have consistent logging regards of which transport is
loaded.

Resolves #27306 on master. Older branches will need a different fix.
2018-09-05 16:12:37 -06:00
..
aggs-matrix-stats Remove some dead code (#31993) 2018-07-26 17:12:51 +02:00
analysis-common Add conditional token filter to elasticsearch (#31958) 2018-09-05 14:52:43 +01:00
ingest-common INGEST: Allow Repeated Invocation of Pipeline (#33419) 2018-09-05 22:04:53 +02:00
lang-expression SCRIPTING: Support BucketAggScript return null (#32811) 2018-08-13 20:08:26 +02:00
lang-mustache Switch remaining LLREST usage to new style Requests (#33171) 2018-08-28 14:20:14 -04:00
lang-painless Painless: Fix Bindings Bug (#33274) 2018-08-30 14:33:32 -07:00
mapper-extras Simplify the return type of FieldMapper#parse. (#32654) 2018-09-04 01:15:19 +00:00
parent-join Simplify the return type of FieldMapper#parse. (#32654) 2018-09-04 01:15:19 +00:00
percolator Simplify the return type of FieldMapper#parse. (#32654) 2018-09-04 01:15:19 +00:00
rank-eval Rank-Eval: Reduce scope of an unchecked supression 2018-07-26 11:16:01 +02:00
reindex HLRC: Add delete by query API (#32782) 2018-09-04 08:56:26 -04:00
repository-url Use generic AcknowledgedResponse instead of extended classes (#32859) 2018-08-15 08:06:14 -06:00
transport-netty4 Introduce `TransportLogger` for common logging (#32725) 2018-09-05 16:12:37 -06:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00