Remove mem block from /node

Fixes #5789
This commit is contained in:
Pier-Hugues Pellerin 2016-08-19 10:35:35 -04:00
parent 744f836bbe
commit 1327fab555

View file

@ -12,7 +12,6 @@ module LogStash
payload = {
:jvm => jvm_payload,
:process => process_payload,
:mem => mem_payload,
:pipeline => pipeline_payload
}
respond_with(payload, {:filter => params["filter"]})