Wiki source code of XWiki Installations Statistics
Version 23.8 by Clément Aubin on 2024/06/24
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #if ("$!request.snapshots" != '') | ||
3 | #set ($activeInstallsSnapshots = true) | ||
4 | #end | ||
5 | {{/velocity}} | ||
6 | |||
7 | {{html clean="false"}} | ||
8 | <iframe src="https://elk.xwiki.org/app/dashboards?auth_provider_hint=anonymous1#/view/b18c5e30-eca8-11ec-963c-993dcba915d1?embed=true&_g=(filters%3A!()%2CrefreshInterval%3A(pause%3A!t%2Cvalue%3A0)%2Ctime%3A(from%3A'2022-06-01T14%3A54%3A55.706Z'%2Cto%3Anow))" height="1000" width="100%"></iframe> | ||
9 | {{/html}} | ||
10 | |||
11 | [[View this dashboard in ElasticSearch>>https://tinyurl.com/activeinstalls2]] | ||
12 | |||
13 | = Old dashboard = | ||
14 | |||
15 | {{warning}} | ||
16 | This dashboard is used by all XWiki versions < 14.5C1. Starting with XWiki 14.5RC1 there's now a [[new dashboard>>https://tinyurl.com/activeinstalls2]]. | ||
17 | {{/warning}} | ||
18 | |||
19 | {{dashboard/}} | ||
20 | |||
21 | {{velocity}} | ||
22 | $xwiki.jsx.use('ActiveInstalls.Counter') | ||
23 | $xwiki.ssx.use('ActiveInstalls.Counter') | ||
24 | {{/velocity}} | ||
25 | |||
26 | {{putFootnotes/}} |