Skip to content

Commit

Permalink
Add option to en-/disable sttattistics view in admin interface
Browse files Browse the repository at this point in the history
This patch provides the configuration option for:
opencast/opencast-admin-interface#660
  • Loading branch information
lkiesow committed Jun 5, 2024
1 parent 542fc1f commit 412517d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/guides/admin/docs/configuration/admin-ui/statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ InfluxDB using http(s). So the node hosting this bundle needs network access to
Configuration
=============

To enable the statistics view in the admin interface, set `prop.admin.statisttics.enabled=true`
in `etc/org.opencastproject.organization-mh_default_org.cfg`.

Before configuring Opencast, you should have a running InfluxDB instance and should think about how you want your data
to be written to InfluxDB and what your InfluxDB database schema should look like. Specifically, you should think about
retention policies, measurement names, field/tag names and how much you want to
Expand Down
5 changes: 5 additions & 0 deletions etc/org.opencastproject.organization-mh_default_org.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,8 @@ prop.admin.shortcut.add_media.previous_tab=shift+alt+left
# The external editing tool: /editor-ui/index.html?id=$id
# Default: /editor-ui/index.html?id=$id
#prop.admin.editor.url=/editor-ui/index.html?id=$id

# Enable the sttatistics views in the admin intterface.
# Format: boolean
# Default: false
#prop.admin.statisttics.enabled=false

0 comments on commit 412517d

Please sign in to comment.