Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6116eea

Browse files
committed
add explore feature
1 parent 62d1080 commit 6116eea

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed
9.59 KB
Loading
Loading

docs/organizations/program-overview.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,20 @@ All the data and charts can also be filtered, using the date selector at the top
3838
Filtered analytics can also be used to create a saved view, called a segment. For example, you can create segments for specific assets, programs, or by severity levels. Click on the + Add Segment button, select the appropriate filters and assign a name.
3939

4040

41-
Each of the charts below allows you to download the chart as CSV, PDF, or PNG image files using the kabob menu (three vertical dots). Clicking on the table icon lets you switch between a table or chart view.
41+
Each chart below allows you to download as CSV, PDF, or PNG image files using the kabob menu (three vertical dots). Clicking on the table icon lets you switch between a table or chart view.
4242

4343
![Kabob menu](/images/program-overview-6.png)
4444

45+
### Explore Chart Data
46+
The explore feature allows you to deep dive into the data behind a selected chart displayed in your HackerOne analytics dashboard. To use the feature, select the dropdown menu from the kabob menu (three vertical dots) next to a chart of interest, and click Explore.
47+
48+
**Note:** This feature is currently supported only on bar charts, and is available for both program-level and org-level dashboards. Upcoming releases will provide this feature for all chart types. This new feature provides a newer and better implementation of the [existing Explore page](/organizations/explore.html) functionality available under the program-level dashboard. *The older Explore page will be deprecated once all the features are completely migrated into the new feature.*
49+
50+
The table below the chart shows the underlying metadata that constitutes the chart’s data points. Click on a chart’s segment to filter the table and view the metadata for that particular segment. For example, to analyze which critical severity reports were submitted during Q3, click the red “critical” segment and scroll down to see the reports. You can also click on the Engagements tab to see which engagements are being analyzed in the selected segment, or the Reporters tab to see which hackers submitted a report for the selected segment.
51+
52+
![Bar chart and table](/images/program-overview-7.png)
53+
54+
Click “Download CSV” to download the data for further formatting and custom reporting needs.
55+
4556
### HackerOne API
4657
The raw data, i.e. the underlying reports and related details, can also be retrieved using the HackerOne API. The summarized data, similar to the CSV and table format, shown on these pages can be retrieved using the Analytics API endpoint (in Preview).

0 commit comments

Comments
 (0)