| Query | No Kibana URL & Dashboard ID setup Kibana Dashboard URL |
| Query String | {{ content.info.querystring || 'N/A' }} |
| Observable Data | {{ content.info.data || 'N/A' }} |
| Unique Users | {{ content.info.uniqueusers.join(', ') || 'N/A' }} |
| Total User Hits | {{ content.info.userhitcount || 0 }} |
| Unique Devices | {{ content.info.uniquedevices.length > 0 ? content.info.uniquedevices.join(', ') : 'N/A' }} |
| Total Device Hits | {{ content.info.devicehitcount || 0 }} |
| Total Hits | {{ content.info.hitcount || 0 }} |
| Index | {{ hit["hitindex"] || 'N/A' }} |
| Timestamp | {{ hit["timestamp"] || 'N/A' }} |
| {{ key }} | {{ value || 'N/A' }} |