Remove mem type of list of node stats API types

Fixes #7201
This commit is contained in:
DeDe Morton 2017-05-24 15:44:47 -07:00
parent ee4633e04c
commit d9da69cf33

View file

@ -234,8 +234,6 @@ By default, all stats are returned. You can limit the info that's returned by co
Gets JVM stats, including stats about threads, memory usage, and garbage collectors.
`process`::
Gets process stats, including stats about file descriptors, memory consumption, and CPU usage.
`mem`::
Gets memory usage stats.
`pipeline`::
Gets runtime stats about the Logstash pipeline.