Create a RSSI filter in Kibana to refine occupancy analytics

Our step-by-step guide to create a RSSI filter in Kibana to apply a proximity-based occupancy threshold.

Create RSSI filter in Kibana

The TL;DR (Too Long; Didn't Read)

Learn how we at reelyActive apply a RSSI filter to eliminate data outside a given proximity threshold.


What will this accomplish?
Application of a RSSI filter will retain only radio decodings within a given proximity. The RSSI threshold can be defined according to the size of the zones or rooms targeted.
Is there an easier way?
Manual proximity counts using pen and paper?
So why would I read this?
To learn both how and why to apply RSSI filtering in data analysis and visualisation.

Prerequisites

reelyActive open source software with Elasticsearch and Kibana.

In order for there to be data to visualise, the reelyActive software must also have collected and written raddec data to Elasticsearch.

Creating a RSSI filter from the dashboard tab   Step 1 of 2

Creating a RSSI Filter from the dashboard tab will adjust all the visualizations recorded in the dashboard.


What's RSSI ?
RSSI stands for “Received Signal Strength Indicator” and gives us a clue to the distance.

Why's Kibana ?
Kibana makes it easy to visualize data from an Elasticsearch database, where the source data is stored.

RSSI is used to approximate distance between the device and the sensor. At maximum Broadcasting Power the RSSI ranges from -35 (a few inches) to -100 (40-50 m distance). By applying RSSI filter you can display only tags within a certain distance. The RSSI threshold can be defined according to the size of the rooms.

Open Kibana and then:

  1. Select the Dashboard tab from the left menu bar
  2. Click the Add Filter button, below the search bar
  3. Select the RSSI filter
  4. Select is between from Operators pull-down
  5. Set the distance range, according to the needs, for example From -75 To -30
  6. Enter the label RSSI Filter and click the Save button

The RSSI filter should appear below the search bar as follow :

Create a RSSI filter in Kibana

This filter will have an impact on all the visualizations of the dashboard.

Creating a RSSI filter for a specific vizualisation   Step 2 of 2

Creating a RSSI filter for a specific vizualisation without impacting the rest of the vizualisations.


What's for?
Depending on the needs, it might be interesting to set a distance range for a specific visualization like a specific area.

In the Visualization window

  1. From the Buckets or the Group by pull down select Filters
  2. Enter receiverId.keyword: and type the ID of the sensor
  3. From the Label input type the name of the location where the sensor is set up
  4. Complete the filter input and separate the expressions by entering and
  5. Enter rssi and type the rssi threshold as the example below:
Create RSSI filter in Kibana
Elastic Search Award

Winner of a 2020 Elastic Search Award!

For our innovation of making physical spaces searchable like the web.


Where to next?

Create other visualizations, or continue exploring our open architecture and all its applications.