internet_box_logger 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,860 @@
1
+ {
2
+ "title": "Freebox V5 HD",
3
+ "services": {
4
+ "query": {
5
+ "list": {
6
+ "0": {
7
+ "query": "name:adsl_atm_bandwidth_up",
8
+ "alias": "",
9
+ "color": "#7EB26D",
10
+ "id": 0,
11
+ "pin": false,
12
+ "type": "lucene",
13
+ "enable": true
14
+ },
15
+ "1": {
16
+ "id": 1,
17
+ "color": "#EAB839",
18
+ "alias": "",
19
+ "pin": false,
20
+ "type": "lucene",
21
+ "enable": true,
22
+ "query": "name:adsl_atm_bandwidth_down"
23
+ },
24
+ "2": {
25
+ "id": 2,
26
+ "color": "#6ED0E0",
27
+ "alias": "",
28
+ "pin": false,
29
+ "type": "lucene",
30
+ "enable": true,
31
+ "query": "name:adsl_attenuation_up"
32
+ },
33
+ "3": {
34
+ "id": 3,
35
+ "color": "#EF843C",
36
+ "alias": "",
37
+ "pin": false,
38
+ "type": "lucene",
39
+ "enable": true,
40
+ "query": "name:adsl_attenuation_down"
41
+ },
42
+ "4": {
43
+ "id": 4,
44
+ "color": "#E24D42",
45
+ "alias": "",
46
+ "pin": false,
47
+ "type": "lucene",
48
+ "enable": true,
49
+ "query": "name:adsl_noise_margin_up"
50
+ },
51
+ "5": {
52
+ "id": 5,
53
+ "color": "#1F78C1",
54
+ "alias": "",
55
+ "pin": false,
56
+ "type": "lucene",
57
+ "enable": true,
58
+ "query": "name:adsl_noise_margin_down"
59
+ },
60
+ "6": {
61
+ "id": 6,
62
+ "color": "#BA43A9",
63
+ "alias": "",
64
+ "pin": false,
65
+ "type": "lucene",
66
+ "enable": true,
67
+ "query": "name:adsl_crc_up"
68
+ },
69
+ "7": {
70
+ "id": 7,
71
+ "color": "#705DA0",
72
+ "alias": "",
73
+ "pin": false,
74
+ "type": "lucene",
75
+ "enable": true,
76
+ "query": "name:adsl_crc_down"
77
+ },
78
+ "8": {
79
+ "id": 8,
80
+ "color": "#508642",
81
+ "alias": "",
82
+ "pin": false,
83
+ "type": "lucene",
84
+ "enable": true,
85
+ "query": "name:adsl_fec_up"
86
+ },
87
+ "9": {
88
+ "id": 9,
89
+ "color": "#CCA300",
90
+ "alias": "",
91
+ "pin": false,
92
+ "type": "lucene",
93
+ "enable": true,
94
+ "query": "name:adsl_fec_down"
95
+ },
96
+ "10": {
97
+ "id": 10,
98
+ "color": "#447EBC",
99
+ "alias": "",
100
+ "pin": false,
101
+ "type": "lucene",
102
+ "enable": true,
103
+ "query": "name:adsl_hec_up"
104
+ },
105
+ "11": {
106
+ "id": 11,
107
+ "color": "#C15C17",
108
+ "alias": "",
109
+ "pin": false,
110
+ "type": "lucene",
111
+ "enable": true,
112
+ "query": "name:adsl_hec_down"
113
+ },
114
+ "12": {
115
+ "id": 12,
116
+ "color": "#890F02",
117
+ "alias": "",
118
+ "pin": false,
119
+ "type": "lucene",
120
+ "enable": true,
121
+ "query": "name:generic"
122
+ }
123
+ },
124
+ "ids": [
125
+ 0,
126
+ 1,
127
+ 2,
128
+ 3,
129
+ 4,
130
+ 5,
131
+ 6,
132
+ 7,
133
+ 8,
134
+ 9,
135
+ 10,
136
+ 11,
137
+ 12
138
+ ]
139
+ },
140
+ "filter": {
141
+ "list": {
142
+ "0": {
143
+ "type": "time",
144
+ "field": "created_at",
145
+ "from": "now-24h",
146
+ "to": "now",
147
+ "mandate": "must",
148
+ "active": true,
149
+ "alias": "",
150
+ "id": 0
151
+ }
152
+ },
153
+ "ids": [
154
+ 0
155
+ ]
156
+ }
157
+ },
158
+ "rows": [
159
+ {
160
+ "title": "Gauges",
161
+ "height": "150px",
162
+ "editable": true,
163
+ "collapse": false,
164
+ "collapsable": true,
165
+ "panels": [
166
+ {
167
+ "span": 4,
168
+ "editable": true,
169
+ "type": "histogram",
170
+ "loadingEditor": false,
171
+ "mode": "mean",
172
+ "time_field": "created_at",
173
+ "value_field": "value",
174
+ "x-axis": true,
175
+ "y-axis": true,
176
+ "scale": 1,
177
+ "y_format": "none",
178
+ "grid": {
179
+ "max": null,
180
+ "min": 0
181
+ },
182
+ "queries": {
183
+ "mode": "selected",
184
+ "ids": [
185
+ 0,
186
+ 1
187
+ ]
188
+ },
189
+ "annotate": {
190
+ "enable": false,
191
+ "query": "*",
192
+ "size": 20,
193
+ "field": "_type",
194
+ "sort": [
195
+ "_score",
196
+ "desc"
197
+ ]
198
+ },
199
+ "auto_int": false,
200
+ "resolution": 100,
201
+ "interval": "1m",
202
+ "intervals": [
203
+ "auto",
204
+ "1s",
205
+ "1m",
206
+ "5m",
207
+ "10m",
208
+ "30m",
209
+ "1h",
210
+ "3h",
211
+ "12h",
212
+ "1d",
213
+ "1w",
214
+ "1y"
215
+ ],
216
+ "lines": true,
217
+ "fill": 1,
218
+ "linewidth": 3,
219
+ "points": false,
220
+ "pointradius": 5,
221
+ "bars": false,
222
+ "stack": false,
223
+ "spyable": true,
224
+ "zoomlinks": true,
225
+ "options": true,
226
+ "legend": true,
227
+ "show_query": true,
228
+ "interactive": true,
229
+ "legend_counts": true,
230
+ "timezone": "browser",
231
+ "percentage": false,
232
+ "zerofill": false,
233
+ "derivative": false,
234
+ "tooltip": {
235
+ "value_type": "individual",
236
+ "query_as_alias": true
237
+ },
238
+ "title": "Bandwidth"
239
+ },
240
+ {
241
+ "span": 4,
242
+ "editable": true,
243
+ "type": "histogram",
244
+ "loadingEditor": false,
245
+ "mode": "mean",
246
+ "time_field": "created_at",
247
+ "value_field": "value",
248
+ "x-axis": true,
249
+ "y-axis": true,
250
+ "scale": 1,
251
+ "y_format": "none",
252
+ "grid": {
253
+ "max": null,
254
+ "min": 0
255
+ },
256
+ "queries": {
257
+ "mode": "selected",
258
+ "ids": [
259
+ 2,
260
+ 3
261
+ ]
262
+ },
263
+ "annotate": {
264
+ "enable": false,
265
+ "query": "*",
266
+ "size": 20,
267
+ "field": "_type",
268
+ "sort": [
269
+ "_score",
270
+ "desc"
271
+ ]
272
+ },
273
+ "auto_int": false,
274
+ "resolution": 100,
275
+ "interval": "1m",
276
+ "intervals": [
277
+ "auto",
278
+ "1s",
279
+ "1m",
280
+ "5m",
281
+ "10m",
282
+ "30m",
283
+ "1h",
284
+ "3h",
285
+ "12h",
286
+ "1d",
287
+ "1w",
288
+ "1y"
289
+ ],
290
+ "lines": true,
291
+ "fill": 1,
292
+ "linewidth": 3,
293
+ "points": false,
294
+ "pointradius": 5,
295
+ "bars": false,
296
+ "stack": false,
297
+ "spyable": true,
298
+ "zoomlinks": true,
299
+ "options": true,
300
+ "legend": true,
301
+ "show_query": true,
302
+ "interactive": true,
303
+ "legend_counts": true,
304
+ "timezone": "browser",
305
+ "percentage": false,
306
+ "zerofill": false,
307
+ "derivative": false,
308
+ "tooltip": {
309
+ "value_type": "individual",
310
+ "query_as_alias": true
311
+ },
312
+ "title": "Attenuation"
313
+ },
314
+ {
315
+ "span": 4,
316
+ "editable": true,
317
+ "type": "histogram",
318
+ "loadingEditor": false,
319
+ "mode": "mean",
320
+ "time_field": "created_at",
321
+ "value_field": "value",
322
+ "x-axis": true,
323
+ "y-axis": true,
324
+ "scale": 1,
325
+ "y_format": "none",
326
+ "grid": {
327
+ "max": null,
328
+ "min": 0
329
+ },
330
+ "queries": {
331
+ "mode": "selected",
332
+ "ids": [
333
+ 4,
334
+ 5
335
+ ]
336
+ },
337
+ "annotate": {
338
+ "enable": false,
339
+ "query": "*",
340
+ "size": 20,
341
+ "field": "_type",
342
+ "sort": [
343
+ "_score",
344
+ "desc"
345
+ ]
346
+ },
347
+ "auto_int": false,
348
+ "resolution": 100,
349
+ "interval": "1m",
350
+ "intervals": [
351
+ "auto",
352
+ "1s",
353
+ "1m",
354
+ "5m",
355
+ "10m",
356
+ "30m",
357
+ "1h",
358
+ "3h",
359
+ "12h",
360
+ "1d",
361
+ "1w",
362
+ "1y"
363
+ ],
364
+ "lines": true,
365
+ "fill": 1,
366
+ "linewidth": 3,
367
+ "points": false,
368
+ "pointradius": 5,
369
+ "bars": false,
370
+ "stack": false,
371
+ "spyable": true,
372
+ "zoomlinks": true,
373
+ "options": true,
374
+ "legend": true,
375
+ "show_query": true,
376
+ "interactive": true,
377
+ "legend_counts": true,
378
+ "timezone": "browser",
379
+ "percentage": false,
380
+ "zerofill": false,
381
+ "derivative": false,
382
+ "tooltip": {
383
+ "value_type": "individual",
384
+ "query_as_alias": true
385
+ },
386
+ "title": "Noise"
387
+ }
388
+ ],
389
+ "notice": false
390
+ },
391
+ {
392
+ "title": "Other Metrics",
393
+ "height": "150px",
394
+ "editable": true,
395
+ "collapse": true,
396
+ "collapsable": true,
397
+ "panels": [
398
+ {
399
+ "span": 4,
400
+ "editable": true,
401
+ "type": "histogram",
402
+ "loadingEditor": false,
403
+ "mode": "mean",
404
+ "time_field": "created_at",
405
+ "value_field": "value",
406
+ "x-axis": true,
407
+ "y-axis": true,
408
+ "scale": 1,
409
+ "y_format": "none",
410
+ "grid": {
411
+ "max": null,
412
+ "min": 0
413
+ },
414
+ "queries": {
415
+ "mode": "selected",
416
+ "ids": [
417
+ 8,
418
+ 9
419
+ ]
420
+ },
421
+ "annotate": {
422
+ "enable": false,
423
+ "query": "*",
424
+ "size": 20,
425
+ "field": "_type",
426
+ "sort": [
427
+ "_score",
428
+ "desc"
429
+ ]
430
+ },
431
+ "auto_int": false,
432
+ "resolution": 100,
433
+ "interval": "1m",
434
+ "intervals": [
435
+ "auto",
436
+ "1s",
437
+ "1m",
438
+ "5m",
439
+ "10m",
440
+ "30m",
441
+ "1h",
442
+ "3h",
443
+ "12h",
444
+ "1d",
445
+ "1w",
446
+ "1y"
447
+ ],
448
+ "lines": true,
449
+ "fill": 1,
450
+ "linewidth": 3,
451
+ "points": false,
452
+ "pointradius": 5,
453
+ "bars": false,
454
+ "stack": false,
455
+ "spyable": true,
456
+ "zoomlinks": true,
457
+ "options": true,
458
+ "legend": true,
459
+ "show_query": true,
460
+ "interactive": true,
461
+ "legend_counts": true,
462
+ "timezone": "browser",
463
+ "percentage": false,
464
+ "zerofill": false,
465
+ "derivative": false,
466
+ "tooltip": {
467
+ "value_type": "individual",
468
+ "query_as_alias": true
469
+ },
470
+ "title": "FEC"
471
+ },
472
+ {
473
+ "span": 4,
474
+ "editable": true,
475
+ "type": "histogram",
476
+ "loadingEditor": false,
477
+ "mode": "mean",
478
+ "time_field": "created_at",
479
+ "value_field": "value",
480
+ "x-axis": true,
481
+ "y-axis": true,
482
+ "scale": 1,
483
+ "y_format": "none",
484
+ "grid": {
485
+ "max": null,
486
+ "min": 0
487
+ },
488
+ "queries": {
489
+ "mode": "selected",
490
+ "ids": [
491
+ 10,
492
+ 11
493
+ ]
494
+ },
495
+ "annotate": {
496
+ "enable": false,
497
+ "query": "*",
498
+ "size": 20,
499
+ "field": "_type",
500
+ "sort": [
501
+ "_score",
502
+ "desc"
503
+ ]
504
+ },
505
+ "auto_int": false,
506
+ "resolution": 100,
507
+ "interval": "1m",
508
+ "intervals": [
509
+ "auto",
510
+ "1s",
511
+ "1m",
512
+ "5m",
513
+ "10m",
514
+ "30m",
515
+ "1h",
516
+ "3h",
517
+ "12h",
518
+ "1d",
519
+ "1w",
520
+ "1y"
521
+ ],
522
+ "lines": true,
523
+ "fill": 1,
524
+ "linewidth": 3,
525
+ "points": false,
526
+ "pointradius": 5,
527
+ "bars": false,
528
+ "stack": false,
529
+ "spyable": true,
530
+ "zoomlinks": true,
531
+ "options": true,
532
+ "legend": true,
533
+ "show_query": true,
534
+ "interactive": true,
535
+ "legend_counts": true,
536
+ "timezone": "browser",
537
+ "percentage": false,
538
+ "zerofill": false,
539
+ "derivative": false,
540
+ "tooltip": {
541
+ "value_type": "individual",
542
+ "query_as_alias": true
543
+ },
544
+ "title": "HEC"
545
+ },
546
+ {
547
+ "span": 4,
548
+ "editable": true,
549
+ "type": "histogram",
550
+ "loadingEditor": false,
551
+ "mode": "mean",
552
+ "time_field": "created_at",
553
+ "value_field": "value",
554
+ "x-axis": true,
555
+ "y-axis": true,
556
+ "scale": 1,
557
+ "y_format": "none",
558
+ "grid": {
559
+ "max": null,
560
+ "min": 0
561
+ },
562
+ "queries": {
563
+ "mode": "selected",
564
+ "ids": [
565
+ 6,
566
+ 7
567
+ ]
568
+ },
569
+ "annotate": {
570
+ "enable": false,
571
+ "query": "*",
572
+ "size": 20,
573
+ "field": "_type",
574
+ "sort": [
575
+ "_score",
576
+ "desc"
577
+ ]
578
+ },
579
+ "auto_int": false,
580
+ "resolution": 100,
581
+ "interval": "1m",
582
+ "intervals": [
583
+ "auto",
584
+ "1s",
585
+ "1m",
586
+ "5m",
587
+ "10m",
588
+ "30m",
589
+ "1h",
590
+ "3h",
591
+ "12h",
592
+ "1d",
593
+ "1w",
594
+ "1y"
595
+ ],
596
+ "lines": true,
597
+ "fill": 1,
598
+ "linewidth": 3,
599
+ "points": false,
600
+ "pointradius": 5,
601
+ "bars": false,
602
+ "stack": false,
603
+ "spyable": true,
604
+ "zoomlinks": true,
605
+ "options": true,
606
+ "legend": true,
607
+ "show_query": true,
608
+ "interactive": true,
609
+ "legend_counts": true,
610
+ "timezone": "browser",
611
+ "percentage": false,
612
+ "zerofill": false,
613
+ "derivative": false,
614
+ "tooltip": {
615
+ "value_type": "individual",
616
+ "query_as_alias": true
617
+ },
618
+ "title": "CRC"
619
+ }
620
+ ],
621
+ "notice": false
622
+ },
623
+ {
624
+ "title": "Infos",
625
+ "height": "150px",
626
+ "editable": true,
627
+ "collapse": false,
628
+ "collapsable": true,
629
+ "panels": [
630
+ {
631
+ "height": "200px",
632
+ "chart": "pie",
633
+ "field": "_type",
634
+ "span": 2,
635
+ "type": "terms",
636
+ "title": "Top 10 terms in field _type",
637
+ "exclude": [],
638
+ "missing": false,
639
+ "other": false,
640
+ "size": 10,
641
+ "order": "count",
642
+ "style": {
643
+ "font-size": "10pt"
644
+ },
645
+ "donut": true,
646
+ "tilt": false,
647
+ "labels": true,
648
+ "arrangement": "horizontal",
649
+ "counter_pos": "above",
650
+ "spyable": true,
651
+ "queries": {
652
+ "mode": "all",
653
+ "ids": [
654
+ 0,
655
+ 1,
656
+ 2,
657
+ 3,
658
+ 4,
659
+ 5,
660
+ 6,
661
+ 7,
662
+ 8,
663
+ 9,
664
+ 10,
665
+ 11,
666
+ 12
667
+ ]
668
+ },
669
+ "tmode": "terms",
670
+ "tstat": "total",
671
+ "valuefield": ""
672
+ },
673
+ {
674
+ "height": "200px",
675
+ "chart": "pie",
676
+ "field": "firmware_version",
677
+ "span": 2,
678
+ "type": "terms",
679
+ "title": "Firmware Versions",
680
+ "exclude": [],
681
+ "missing": false,
682
+ "other": false,
683
+ "size": 10,
684
+ "order": "count",
685
+ "style": {
686
+ "font-size": "10pt"
687
+ },
688
+ "donut": true,
689
+ "tilt": false,
690
+ "labels": true,
691
+ "arrangement": "horizontal",
692
+ "counter_pos": "above",
693
+ "spyable": true,
694
+ "queries": {
695
+ "mode": "selected",
696
+ "ids": [
697
+ 12
698
+ ]
699
+ },
700
+ "tmode": "terms",
701
+ "tstat": "total",
702
+ "valuefield": ""
703
+ }
704
+ ],
705
+ "notice": false
706
+ },
707
+ {
708
+ "title": "Raw Data",
709
+ "height": "150px",
710
+ "editable": true,
711
+ "collapse": true,
712
+ "collapsable": true,
713
+ "panels": [
714
+ {
715
+ "error": false,
716
+ "span": 12,
717
+ "editable": true,
718
+ "type": "table",
719
+ "loadingEditor": false,
720
+ "size": 100,
721
+ "pages": 5,
722
+ "offset": 0,
723
+ "sort": [
724
+ "_score",
725
+ "desc"
726
+ ],
727
+ "overflow": "min-height",
728
+ "fields": [
729
+ "_index",
730
+ "name",
731
+ "value"
732
+ ],
733
+ "highlight": [],
734
+ "sortable": true,
735
+ "header": true,
736
+ "paging": true,
737
+ "field_list": true,
738
+ "all_fields": false,
739
+ "trimFactor": 300,
740
+ "localTime": false,
741
+ "timeField": "@timestamp",
742
+ "spyable": true,
743
+ "queries": {
744
+ "mode": "all",
745
+ "ids": [
746
+ 0,
747
+ 1,
748
+ 2,
749
+ 3,
750
+ 4,
751
+ 5,
752
+ 6,
753
+ 7,
754
+ 8,
755
+ 9,
756
+ 10,
757
+ 11,
758
+ 12
759
+ ]
760
+ },
761
+ "style": {
762
+ "font-size": "9pt"
763
+ },
764
+ "normTimes": true,
765
+ "title": "Raw Data"
766
+ }
767
+ ],
768
+ "notice": false
769
+ }
770
+ ],
771
+ "editable": true,
772
+ "failover": false,
773
+ "index": {
774
+ "interval": "none",
775
+ "pattern": "[logstash-]YYYY.MM.DD",
776
+ "default": "_all",
777
+ "warm_fields": true
778
+ },
779
+ "style": "dark",
780
+ "panel_hints": true,
781
+ "pulldowns": [
782
+ {
783
+ "type": "query",
784
+ "collapse": true,
785
+ "notice": false,
786
+ "enable": true,
787
+ "query": "*",
788
+ "pinned": true,
789
+ "history": [
790
+ "name:generic",
791
+ "name:adsl_hec_down",
792
+ "name:adsl_hec_up",
793
+ "name:adsl_fec_down",
794
+ "name:adsl_fec_up",
795
+ "name:adsl_crc_down",
796
+ "name:adsl_crc_up",
797
+ "name:adsl_noise_margin_down",
798
+ "name:adsl_noise_margin_up",
799
+ "name:adsl_attenuation_down"
800
+ ],
801
+ "remember": 10
802
+ },
803
+ {
804
+ "type": "filtering",
805
+ "collapse": false,
806
+ "notice": true,
807
+ "enable": true
808
+ }
809
+ ],
810
+ "nav": [
811
+ {
812
+ "type": "timepicker",
813
+ "collapse": false,
814
+ "notice": false,
815
+ "enable": true,
816
+ "status": "Stable",
817
+ "time_options": [
818
+ "5m",
819
+ "15m",
820
+ "1h",
821
+ "6h",
822
+ "12h",
823
+ "24h",
824
+ "2d",
825
+ "7d",
826
+ "30d"
827
+ ],
828
+ "refresh_intervals": [
829
+ "5s",
830
+ "10s",
831
+ "30s",
832
+ "1m",
833
+ "5m",
834
+ "15m",
835
+ "30m",
836
+ "1h",
837
+ "2h",
838
+ "1d"
839
+ ],
840
+ "timefield": "created_at",
841
+ "now": true,
842
+ "filter_id": 0
843
+ }
844
+ ],
845
+ "loader": {
846
+ "save_gist": false,
847
+ "save_elasticsearch": true,
848
+ "save_local": true,
849
+ "save_default": true,
850
+ "save_temp": true,
851
+ "save_temp_ttl_enable": true,
852
+ "save_temp_ttl": "60d",
853
+ "load_gist": false,
854
+ "load_elasticsearch": true,
855
+ "load_elasticsearch_size": 20,
856
+ "load_local": false,
857
+ "hide": false
858
+ },
859
+ "refresh": "30s"
860
+ }