Sense command to get a specific plugin

Hi,
I am trying to get name and details of a given plugin alone.
"GET _nodes/plugins" this command gives me all plugins. I want o filter like "GET _nodes/plugins/pluginName" or "GET _plugin/pluginName"

Any help?

Thanks, Divya

Hey,

you can use the filter_path feature to reduce the JSON being returned. Check the docs for more information on that.

Hope this helps!

--Alex

Thanks Alex. I guess what you are suggesting is something like this "GET _nodes/plugins?filter_path=nodes.nodename.plugins.name"

Besides this i want to filter something like "GET _nodes/plugins?nodes.nodename.plugins.name=abc". How do i achieve this ?

Hey,

sorry I fully misread that part. This needs to be done client side.

--Alex

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.