• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.1 Latest
Buy Hosting

More informative dashboard

Scheduled Pinned Locked Moved General Discussion
5 Posts 3 Posters 1.5k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tigger
    wrote on last edited by
    #1

    I almost feel I'm missing something obvious:
    The forum traffic graph in the dashboard is very nice. But why does it show last 24 hours? If the data is saved, wouldn't it be much better if one could choose the time interval, for instance see a few months of activity? Am I missing some obvious setting?

    1 Reply Last reply
    0
  • T Offline
    T Offline
    tigger
    wrote on last edited by
    #2

    That something obvious was that you can click on this month and last month. Still, it would be nice to have last year as well.

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #3

    We already store the data so I don't see why not, there could be a date range picker in the ACP dashboard.

    rodR 1 Reply Last reply
    0
  • rodR Offline
    rodR Offline
    rod
    replied to <baris> on last edited by
    #4

    @baris How much data is stored? Does the analytics data expunge from the db after some time or should I run a clean up process to keep the database from becoming over filled with historical log data?

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #5

    We don't delete analytics data. You can check how many analytics documents are store with.

    db.objects.find({_key: {$regex: /^analytics*/}}).count();

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development