@@ -14,6 +14,7 @@ grouped in the following categories:
14
14
15
15
* <<exported-fields-apache>>
16
16
* <<exported-fields-beat>>
17
+ * <<exported-fields-ceph>>
17
18
* <<exported-fields-cloud>>
18
19
* <<exported-fields-common>>
19
20
* <<exported-fields-couchbase>>
@@ -412,6 +413,163 @@ type: dict
412
413
Contains user configurable fields.
413
414
414
415
416
+ [[exported-fields-ceph]]
417
+ == ceph Fields
418
+
419
+ experimental[] ceph Module
420
+
421
+
422
+
423
+ [float]
424
+ == ceph Fields
425
+
426
+ `ceph` contains the metrics that were scraped from CEPH.
427
+
428
+
429
+
430
+ [float]
431
+ == health Fields
432
+
433
+ health
434
+
435
+
436
+
437
+ [float]
438
+ === ceph.health.cluster.overall_status
439
+
440
+ type: keyword
441
+
442
+ Overall status of the cluster
443
+
444
+
445
+ [float]
446
+ === ceph.health.cluster.timechecks.epoch
447
+
448
+ type: long
449
+
450
+ Map version
451
+
452
+
453
+ [float]
454
+ === ceph.health.cluster.timechecks.round.value
455
+
456
+ type: long
457
+
458
+ timecheck round
459
+
460
+
461
+ [float]
462
+ === ceph.health.cluster.timechecks.round.status
463
+
464
+ type: keyword
465
+
466
+ Status of the round
467
+
468
+
469
+ [float]
470
+ === ceph.health.mon.available.pct
471
+
472
+ type: long
473
+
474
+ Available percent of the MON
475
+
476
+
477
+ [float]
478
+ === ceph.health.mon.health
479
+
480
+ type: keyword
481
+
482
+ Health of the MON
483
+
484
+
485
+ [float]
486
+ === ceph.health.mon.available.kb
487
+
488
+ type: long
489
+
490
+ Available KB of the MON
491
+
492
+
493
+ [float]
494
+ === ceph.health.mon.total.kb
495
+
496
+ type: long
497
+
498
+ Total KB of the MON
499
+
500
+
501
+ [float]
502
+ === ceph.health.mon.used.kb
503
+
504
+ type: long
505
+
506
+ Used KB of the MON
507
+
508
+
509
+ [float]
510
+ === ceph.health.mon.last_updated
511
+
512
+ type: date
513
+
514
+ Time when was updated
515
+
516
+
517
+ [float]
518
+ === ceph.health.mon.name
519
+
520
+ type: keyword
521
+
522
+ Name of the MON
523
+
524
+
525
+ [float]
526
+ === ceph.health.mon.store_stats.log.bytes
527
+
528
+ type: long
529
+
530
+ format: bytes
531
+
532
+ Log bytes of MON
533
+
534
+
535
+ [float]
536
+ === ceph.health.mon.store_stats.misc.bytes
537
+
538
+ type: long
539
+
540
+ format: bytes
541
+
542
+ Misc bytes of MON
543
+
544
+
545
+ [float]
546
+ === ceph.health.mon.store_stats.sst.bytes
547
+
548
+ type: long
549
+
550
+ format: bytes
551
+
552
+ SST bytes of MON
553
+
554
+
555
+ [float]
556
+ === ceph.health.mon.store_stats.total.bytes
557
+
558
+ type: long
559
+
560
+ format: bytes
561
+
562
+ Total bytes of MON
563
+
564
+
565
+ [float]
566
+ === ceph.health.mon.store_stats.last_updated
567
+
568
+ type: long
569
+
570
+ Last updated
571
+
572
+
415
573
[[exported-fields-cloud]]
416
574
== Cloud Provider Metadata Fields
417
575
0 commit comments