elasticsearch: add example on how to use plugins (#55115)
See https://discourse.nixos.org/t/elastic-search-plugins/1997
Danylo Hlynskyi 6 years ago 2b393c89 3a17a52a
··· 131 131 description = "Extra elasticsearch plugins"; 132 132 default = []; 133 133 type = types.listOf types.package; 134 134 + example = lib.literalExample "[ pkgs.elasticsearchPlugins.discovery-ec2 ]"; 134 135 }; 135 136 136 137 };