31.4.3 Clearing the Existing Graphs to View the Imminent Data on the Graphs

If you want to clear the existing realtime data to view only the latest data on the dashboard, you must perform the following steps:

NOTE:The following steps clear the data but the data is not deleted from the server. You can retrieve the older data by using the offline data mode. For more information about viewing the dashboard in offline data mode, refer

  1. Use the SSH client to connect to Analytics Server.

  2. Stop the real-time aggregator service by using the following command:

    /etc/init.d/novell-realtime stop

  3. Delete the index file by using the following command:

    Access Manager 4.3: curl -XDELETE 'http://localhost:9200/realtimegraphs'

    Access Manager 4.3 Service Pack 1: curl -XDELETE 'http://localhost:9200/realtimegraphsv4.3.1'

  4. Start the real-time aggregator service by using the following command:

    /etc/init.d/novell-realtime start

    It takes few minutes for the data to be reflected on the graphs.