From 343c9edd66c6752420ce9ef0eb47879df90330ff Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Wed, 16 Oct 2019 20:19:52 +0200 Subject: [PATCH] Include enrich stats and get enrich policies endpoints. (#317) --- src/main/resources/diags.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/diags.yml b/src/main/resources/diags.yml index 2b858b3b..8477e150 100644 --- a/src/main/resources/diags.yml +++ b/src/main/resources/diags.yml @@ -154,6 +154,8 @@ rest-calls: slm_policies: "/_slm/policy?pretty&human" minor-5: slm_stats: "/_slm/stats?pretty" + enrich_stats: "/_enrich/_stats?pretty" + enrich_policies: "/_enrich/policy?pretty" thread-dump: jstack: "jstack PID"