2.0 Custom Dashboards for Beginners

Once you get the hang of the elements that are provided for you automatically, you may want to take the next step and start creating custom dashboards of your own.

FileWave supplied dashboards will only take you just so far. As soon as you want to know specific information about your environment and your deployments you are going to want to create your own dashboards with your own dashboard elements.

The contents for customization are broken into two parts. In the first (this section) we'll look at the components of dashboards and show you how you can build your own simple custom dashboards. In the next section, we'll get much more detailed and advanced.

Using Grafana for Data Aggregation

What

Grafana has been included within FileWave for quite some time, but only with a recent update does Grafana have the ability to do data aggregation without using Prometheus.  This article shows you how to use this feature.

When/Why

We'll use Data Aggregation whenever we want to look at an overview of data.  For instance, if we want to understand how many devices are missing OS patches, we might create a report showing all devices, and their missing patches.  To give a graphical representation of this, we would likely Group this data by patch name, and Count the number of devices missing each.  This data is perfect for a visualization like a bar or pie chart.

How

To create an aggregated visualization, we need to start with a report in FileWave.  In this instance, we'll create a report on the version of the FileWave client on Mac and Windows devices:

image.png

Note that we included that the client versions is not null...this prevents having placeholders, etc in the data.  Also note that we only included two fields here: FileWave Client Version (which we intend to Group By), and Device ID (which we intend to count).  There aren't may devices in this system, so the data just looks like this:

image.png

Now we are ready for the "dashboard" part of the exercise, so go into your Dashboard from FileWave Anywhere and follow along with this short video:

2.1 Creating Your Own Dashboard

What

FileWave dashboards can be customized. You can start with the included dashboards, then build your own views for the data your team checks most often.

When/Why

Dashboard elements, also called widgets, can be combined into custom dashboards. You can copy widgets from existing FileWave dashboards or create new widgets directly.

How

This example creates a new empty dashboard. It starts with a folder because most environments eventually have more than one custom dashboard. After creating the dashboard, use the related copying-widgets article to add content to it.

2.2 Copying Widgets (Panels)

What

If we have the power to create our own dashboards, then surely we must be able to add content to them...

When/Why

We are going to copy a widget (referred to as a panel in Grafana) whenever one already exists and we can leverage it without doing any extra work.  For instance, watch below, as we "steal" content from various pre-existing dashboards for our own custom dashboard.

How

Taking pre-existing content from other dashboards is as easy a copy and paste (rinse and repeat):

If you find that your copied panel is blank, take a look at resolving that in this article: Fixing Blank Copied Panel

2.2.1 Copied Panel is Blank

What

In certain circumstances, when you copy/paste a panel into another dashboard, you may find that the new panel is blank.

When/Why

This will happen most often if the dashboard that you copied from has variables defined that the panel relies upon.  For instance, if a panel relies on $host to be the address of your server, but the destination dashboard doesn't have that variable, then the panel will copy, but be blank.

How

Below you'll see the issue:

Fixing the issue requires replicating the variables in the destination dashboard.  (Unfortunately there is no method for copy/paste, so they must be regenerated.). In any dashboard, you can see the variables in Dashboard Settings → Variables:

ydmFVFgDah0wPdjJ-embedded-image-lyq5d0tm.png  then nV7c16QJqaII1fTj-embedded-image-d1wjtszv.png

Replicate the variables in your own dashboard:

xq4ECGcgB011M9oD-embedded-image-ffjlyvlt.png

And, once you save those new variables, you should find your copied panel now works:

syhZ3XwlYf2iaU33-embedded-image-jjr4maez.png

2.3 Widget/Panel Elements

What

All panels (or widgets) on the FileWave dashboard are comprised of the same basic elements.  This article reviews those elements at a high level.

When/Why

If you are using pre-existing panels, you won't care too much about how they are built.  However, as soon as you want to build your own panels, the building blocks become quite important.

How

All panels have the following three elements:

In the below you'll see examples of each of these elements:

The Query

VTUwLKmE0O6wsypu-embedded-image-wl36jnfs.png

The query you choose defines the data provided to the panel.  In this case, an inventory query was selected.

The Visualization

OsBbzUaz6X14ZrvI-embedded-image-c4o3g03g.png

Because we chose an inventory query as our data source, a table was our only possible visualization.  In our more advanced example though, you'll see that we can do charts and graphs here of all sorts.

General

p8PIE52FsNxw9Bsa-embedded-image-nmjxglpu.png

We only specified a name in this case for this panel, but it is very useful to also set a link for the panel to tie directly into a report in the webadmin.

2.4 Creating a New Panel (existing data)

What

It is possible in the FileWave dashboard to add panels directly from an inventory query (report) with some limitations (no data aggregation).

When/Why

The data panels are simple enough to add as you'll see below, but the only representation available for them is a table format, which is the equivalent of the report/inventory query itself, but in the dashboard, so easier to share.

How

All Inventory Queries (reports) are available automatically when you choose FileWave Tabular Datasource for your panel's query.  See a quick walkthrough below of creating a new table based panel to show all macOS clients: