Skip to content

Instantly share code, notes, and snippets.

Created June 30, 2014 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/98f30017728ba5060c1c to your computer and use it in GitHub Desktop.
Save anonymous/98f30017728ba5060c1c to your computer and use it in GitHub Desktop.
Kibana dashboards for Sitefinity Audit Trail.
{
"title": "Content dashboard",
"services": {
"query": {
"list": {
"0": {
"query": "_exists_:ItemTitle",
"alias": "",
"color": "#7EB26D",
"id": 0,
"pin": true,
"type": "lucene",
"enable": true
}
},
"ids": [
0
]
},
"filter": {
"list": {
"0": {
"type": "querystring",
"query": "Action=Updated",
"mandate": "must",
"active": false,
"alias": "",
"id": 0
},
"1": {
"type": "querystring",
"query": "Action=New",
"mandate": "must",
"active": false,
"alias": "",
"id": 1
},
"2": {
"type": "querystring",
"query": "Action=Deleted",
"mandate": "must",
"active": false,
"alias": "",
"id": 2
},
"3": {
"type": "querystring",
"query": "Action=Updated AND ItemType=Page",
"mandate": "must",
"active": false,
"alias": "",
"id": 3
},
"4": {
"type": "querystring",
"query": "Action=Update AND ItemType=Images",
"mandate": "must",
"active": false,
"alias": "",
"id": 4
}
},
"ids": [
0,
1,
2,
3,
4
]
}
},
"rows": [
{
"title": "Content",
"height": "400px",
"editable": true,
"collapse": false,
"collapsable": true,
"panels": [
{
"error": false,
"span": 12,
"editable": true,
"type": "table",
"loadingEditor": false,
"size": 20,
"pages": 50,
"offset": 0,
"sort": [
"_score",
"desc"
],
"overflow": "min-height",
"fields": [
"ItemTitle",
"Timestamp",
"ItemUrl",
"ItemType",
"EventType",
"ItemLifecycleStatus",
"UserName"
],
"highlight": [],
"sortable": true,
"header": true,
"paging": true,
"field_list": true,
"all_fields": false,
"trimFactor": 300,
"localTime": false,
"timeField": "@timestamp",
"spyable": true,
"queries": {
"mode": "all",
"ids": [
0
]
},
"style": {
"font-size": "9pt"
},
"normTimes": true,
"title": "Data"
}
],
"notice": false
}
],
"editable": true,
"failover": false,
"index": {
"interval": "none",
"pattern": "[logstash-]YYYY.MM.DD",
"default": "_all",
"warm_fields": false
},
"style": "dark",
"panel_hints": true,
"pulldowns": [
{
"type": "query",
"collapse": false,
"notice": false,
"enable": true,
"query": "*",
"pinned": true,
"history": [
"_exists_:ItemTitle",
"",
"Exists: ItemTitle",
"Missing: ItemTitle",
"ItemTitle<>\" \"",
"ItemTitle<>",
"ItemTitle<>\"\"",
"ItemTitle<>null",
"EventTags<>Login",
"EventTags!=Login"
],
"remember": 10
},
{
"type": "filtering",
"collapse": false,
"notice": true,
"enable": true
}
],
"nav": [
{
"type": "timepicker",
"collapse": false,
"notice": false,
"enable": true,
"status": "Stable",
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
],
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"timefield": "@timestamp"
}
],
"loader": {
"save_gist": false,
"save_elasticsearch": true,
"save_local": true,
"save_default": true,
"save_temp": true,
"save_temp_ttl_enable": true,
"save_temp_ttl": "30d",
"load_gist": false,
"load_elasticsearch": true,
"load_elasticsearch_size": 20,
"load_local": true,
"hide": false
},
"refresh": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment