From dc9b602e16cb89258528fbd52b378ac216bf6b9d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 4 Feb 2017 20:25:59 +0100 Subject: [PATCH] Additional Statistics added --- automation/README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/automation/README.md b/automation/README.md index f679a41..cf1d445 100644 --- a/automation/README.md +++ b/automation/README.md @@ -1157,6 +1157,39 @@ Sample output of the types in percentages from CIRCL's MISP instance: } ~~~~ +# Additional statistics + +Additional statistics are available as JSON which are the statistics also usable via the user interface. A ".json" can be appended +to the following URLs: + + +- https:///users/statistics/tags.json +- https:///users/statistics.json +- https:///users/statistics/attributehistogram.json +- https:///users/statistics/orgs.json + + +An example output of https:///users/statistics.json: + +~~~~ +{ + "stats": { + "event_count": 5233, + "event_count_month": 21, + "attribute_count": 645498, + "attribute_count_month": 723, + "correlation_count": 207152, + "proposal_count": 48944, + "user_count": 1073, + "org_count": 587, + "thread_count": 191, + "thread_count_month": 0, + "post_count": 337, + "post_count_month": 0 + } +} +~~~~ + # User management MISP allows administrators to create and manage users via its REST API