Guest User

New index mappings

a guest
Feb 13th, 2025
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 35.18 KB | None | 0 0
  1. {
  2.   ".ds-metrics-kubernetes.container-inf067_osprod_prod-2025.02.10-000103": {
  3.     "mappings": {
  4.       "_meta": {
  5.         "managed_by": "fleet",
  6.         "managed": true,
  7.         "package": {
  8.           "name": "kubernetes"
  9.         }
  10.       },
  11.       "_data_stream_timestamp": {
  12.         "enabled": true
  13.       },
  14.       "_source": {
  15.         "mode": "stored"
  16.       },
  17.       "dynamic_templates": [
  18.         {
  19.           "container.labels": {
  20.             "path_match": "container.labels.*",
  21.             "match_mapping_type": "string",
  22.             "mapping": {
  23.               "type": "keyword"
  24.             }
  25.           }
  26.         },
  27.         {
  28.           "kubernetes.node.labels.*": {
  29.             "path_match": "kubernetes.node.labels.*",
  30.             "match_mapping_type": "*",
  31.             "mapping": {
  32.               "type": "keyword"
  33.             }
  34.           }
  35.         },
  36.         {
  37.           "kubernetes.node.annotations.*": {
  38.             "path_match": "kubernetes.node.annotations.*",
  39.             "match_mapping_type": "*",
  40.             "mapping": {
  41.               "type": "keyword"
  42.             }
  43.           }
  44.         },
  45.         {
  46.           "kubernetes.labels.*": {
  47.             "path_match": "kubernetes.labels.*",
  48.             "match_mapping_type": "*",
  49.             "mapping": {
  50.               "type": "keyword"
  51.             }
  52.           }
  53.         },
  54.         {
  55.           "kubernetes.annotations.*": {
  56.             "path_match": "kubernetes.annotations.*",
  57.             "match_mapping_type": "*",
  58.             "mapping": {
  59.               "type": "keyword"
  60.             }
  61.           }
  62.         },
  63.         {
  64.           "kubernetes.namespace_labels.*": {
  65.             "path_match": "kubernetes.namespace_labels.*",
  66.             "match_mapping_type": "*",
  67.             "mapping": {
  68.               "type": "keyword"
  69.             }
  70.           }
  71.         },
  72.         {
  73.           "kubernetes.namespace_annotations.*": {
  74.             "path_match": "kubernetes.namespace_annotations.*",
  75.             "match_mapping_type": "*",
  76.             "mapping": {
  77.               "type": "keyword"
  78.             }
  79.           }
  80.         },
  81.         {
  82.           "kubernetes.selectors.*": {
  83.             "path_match": "kubernetes.selectors.*",
  84.             "match_mapping_type": "*",
  85.             "mapping": {
  86.               "type": "keyword"
  87.             }
  88.           }
  89.         },
  90.         {
  91.           "ecs_timestamp": {
  92.             "match": "@timestamp",
  93.             "mapping": {
  94.               "ignore_malformed": false,
  95.               "type": "date"
  96.             }
  97.           }
  98.         },
  99.         {
  100.           "ecs_message_match_only_text": {
  101.             "path_match": [
  102.               "message",
  103.               "*.message"
  104.             ],
  105.             "unmatch_mapping_type": "object",
  106.             "mapping": {
  107.               "type": "match_only_text"
  108.             }
  109.           }
  110.         },
  111.         {
  112.           "ecs_non_indexed_keyword": {
  113.             "path_match": "event.original",
  114.             "mapping": {
  115.               "doc_values": false,
  116.               "index": false,
  117.               "type": "keyword"
  118.             }
  119.           }
  120.         },
  121.         {
  122.           "ecs_non_indexed_long": {
  123.             "path_match": "*.x509.public_key_exponent",
  124.             "mapping": {
  125.               "doc_values": false,
  126.               "index": false,
  127.               "type": "long"
  128.             }
  129.           }
  130.         },
  131.         {
  132.           "ecs_ip": {
  133.             "path_match": [
  134.               "ip",
  135.               "*.ip",
  136.               "*_ip"
  137.             ],
  138.             "match_mapping_type": "string",
  139.             "mapping": {
  140.               "type": "ip"
  141.             }
  142.           }
  143.         },
  144.         {
  145.           "ecs_wildcard": {
  146.             "path_match": [
  147.               "*.io.text",
  148.               "*.message_id",
  149.               "*registry.data.strings",
  150.               "*url.path"
  151.             ],
  152.             "unmatch_mapping_type": "object",
  153.             "mapping": {
  154.               "type": "wildcard"
  155.             }
  156.           }
  157.         },
  158.         {
  159.           "ecs_path_match_wildcard_and_match_only_text": {
  160.             "path_match": [
  161.               "*.body.content",
  162.               "*url.full",
  163.               "*url.original"
  164.             ],
  165.             "unmatch_mapping_type": "object",
  166.             "mapping": {
  167.               "fields": {
  168.                 "text": {
  169.                   "type": "match_only_text"
  170.                 }
  171.               },
  172.               "type": "wildcard"
  173.             }
  174.           }
  175.         },
  176.         {
  177.           "ecs_match_wildcard_and_match_only_text": {
  178.             "match": [
  179.               "*command_line",
  180.               "*stack_trace"
  181.             ],
  182.             "unmatch_mapping_type": "object",
  183.             "mapping": {
  184.               "fields": {
  185.                 "text": {
  186.                   "type": "match_only_text"
  187.                 }
  188.               },
  189.               "type": "wildcard"
  190.             }
  191.           }
  192.         },
  193.         {
  194.           "ecs_path_match_keyword_and_match_only_text": {
  195.             "path_match": [
  196.               "*.title",
  197.               "*.executable",
  198.               "*.name",
  199.               "*.working_directory",
  200.               "*.full_name",
  201.               "*file.path",
  202.               "*file.target_path",
  203.               "*os.full",
  204.               "email.subject",
  205.               "vulnerability.description",
  206.               "user_agent.original"
  207.             ],
  208.             "unmatch_mapping_type": "object",
  209.             "mapping": {
  210.               "fields": {
  211.                 "text": {
  212.                   "type": "match_only_text"
  213.                 }
  214.               },
  215.               "type": "keyword"
  216.             }
  217.           }
  218.         },
  219.         {
  220.           "ecs_date": {
  221.             "path_match": [
  222.               "*.timestamp",
  223.               "*_timestamp",
  224.               "*.not_after",
  225.               "*.not_before",
  226.               "*.accessed",
  227.               "created",
  228.               "*.created",
  229.               "*.installed",
  230.               "*.creation_date",
  231.               "*.ctime",
  232.               "*.mtime",
  233.               "ingested",
  234.               "*.ingested",
  235.               "*.start",
  236.               "*.end",
  237.               "*.indicator.first_seen",
  238.               "*.indicator.last_seen",
  239.               "*.indicator.modified_at",
  240.               "*threat.enrichments.matched.occurred"
  241.             ],
  242.             "unmatch_mapping_type": "object",
  243.             "mapping": {
  244.               "type": "date"
  245.             }
  246.           }
  247.         },
  248.         {
  249.           "ecs_path_match_float": {
  250.             "path_match": [
  251.               "*.score.*",
  252.               "*_score*"
  253.             ],
  254.             "path_unmatch": "*.version",
  255.             "unmatch_mapping_type": "object",
  256.             "mapping": {
  257.               "type": "float"
  258.             }
  259.           }
  260.         },
  261.         {
  262.           "ecs_usage_double_scaled_float": {
  263.             "path_match": "*.usage",
  264.             "match_mapping_type": [
  265.               "double",
  266.               "long",
  267.               "string"
  268.             ],
  269.             "mapping": {
  270.               "scaling_factor": 1000,
  271.               "type": "scaled_float"
  272.             }
  273.           }
  274.         },
  275.         {
  276.           "ecs_geo_point": {
  277.             "path_match": "*.geo.location",
  278.             "mapping": {
  279.               "type": "geo_point"
  280.             }
  281.           }
  282.         },
  283.         {
  284.           "ecs_flattened": {
  285.             "path_match": [
  286.               "*structured_data",
  287.               "*exports",
  288.               "*imports"
  289.             ],
  290.             "match_mapping_type": "object",
  291.             "mapping": {
  292.               "type": "flattened"
  293.             }
  294.           }
  295.         },
  296.         {
  297.           "all_strings_to_keywords": {
  298.             "match_mapping_type": "string",
  299.             "mapping": {
  300.               "ignore_above": 1024,
  301.               "type": "keyword"
  302.             }
  303.           }
  304.         },
  305.         {
  306.           "strings_as_keyword": {
  307.             "match_mapping_type": "string",
  308.             "mapping": {
  309.               "ignore_above": 1024,
  310.               "type": "keyword"
  311.             }
  312.           }
  313.         }
  314.       ],
  315.       "date_detection": false,
  316.       "properties": {
  317.         "@timestamp": {
  318.           "type": "date"
  319.         },
  320.         "agent": {
  321.           "properties": {
  322.             "ephemeral_id": {
  323.               "type": "keyword",
  324.               "ignore_above": 1024
  325.             },
  326.             "id": {
  327.               "type": "keyword",
  328.               "time_series_dimension": true
  329.             },
  330.             "name": {
  331.               "type": "keyword",
  332.               "fields": {
  333.                 "text": {
  334.                   "type": "match_only_text"
  335.                 }
  336.               }
  337.             },
  338.             "type": {
  339.               "type": "keyword",
  340.               "ignore_above": 1024
  341.             },
  342.             "version": {
  343.               "type": "keyword",
  344.               "ignore_above": 1024
  345.             }
  346.           }
  347.         },
  348.         "cloud": {
  349.           "properties": {
  350.             "account": {
  351.               "properties": {
  352.                 "id": {
  353.                   "type": "keyword",
  354.                   "ignore_above": 1024
  355.                 }
  356.               }
  357.             },
  358.             "availability_zone": {
  359.               "type": "keyword",
  360.               "ignore_above": 1024
  361.             },
  362.             "image": {
  363.               "properties": {
  364.                 "id": {
  365.                   "type": "keyword",
  366.                   "ignore_above": 1024
  367.                 }
  368.               }
  369.             },
  370.             "instance": {
  371.               "properties": {
  372.                 "id": {
  373.                   "type": "keyword",
  374.                   "ignore_above": 1024
  375.                 },
  376.                 "name": {
  377.                   "type": "keyword",
  378.                   "ignore_above": 1024
  379.                 }
  380.               }
  381.             },
  382.             "machine": {
  383.               "properties": {
  384.                 "type": {
  385.                   "type": "keyword",
  386.                   "ignore_above": 1024
  387.                 }
  388.               }
  389.             },
  390.             "project": {
  391.               "properties": {
  392.                 "id": {
  393.                   "type": "keyword",
  394.                   "ignore_above": 1024
  395.                 }
  396.               }
  397.             },
  398.             "provider": {
  399.               "type": "keyword",
  400.               "ignore_above": 1024
  401.             },
  402.             "region": {
  403.               "type": "keyword",
  404.               "ignore_above": 1024
  405.             }
  406.           }
  407.         },
  408.         "container": {
  409.           "dynamic": "true",
  410.           "properties": {
  411.             "cpu": {
  412.               "properties": {
  413.                 "usage": {
  414.                   "type": "scaled_float",
  415.                   "meta": {
  416.                     "unit": "percent"
  417.                   },
  418.                   "scaling_factor": 1000,
  419.                   "time_series_metric": "gauge"
  420.                 }
  421.               }
  422.             },
  423.             "id": {
  424.               "type": "keyword",
  425.               "time_series_dimension": true
  426.             },
  427.             "image": {
  428.               "properties": {
  429.                 "name": {
  430.                   "type": "keyword",
  431.                   "ignore_above": 1024
  432.                 }
  433.               }
  434.             },
  435.             "labels": {
  436.               "type": "object",
  437.               "dynamic": "true"
  438.             },
  439.             "memory": {
  440.               "properties": {
  441.                 "usage": {
  442.                   "type": "scaled_float",
  443.                   "meta": {
  444.                     "unit": "percent"
  445.                   },
  446.                   "scaling_factor": 1000,
  447.                   "time_series_metric": "gauge"
  448.                 }
  449.               }
  450.             },
  451.             "name": {
  452.               "type": "keyword",
  453.               "ignore_above": 1024
  454.             },
  455.             "runtime": {
  456.               "type": "keyword",
  457.               "ignore_above": 1024
  458.             }
  459.           }
  460.         },
  461.         "data_stream": {
  462.           "properties": {
  463.             "dataset": {
  464.               "type": "constant_keyword",
  465.               "value": "kubernetes.container"
  466.             },
  467.             "namespace": {
  468.               "type": "constant_keyword",
  469.               "value": "inf067_osprod_prod"
  470.             },
  471.             "type": {
  472.               "type": "constant_keyword",
  473.               "value": "metrics"
  474.             }
  475.           }
  476.         },
  477.         "ecs": {
  478.           "properties": {
  479.             "version": {
  480.               "type": "keyword",
  481.               "ignore_above": 1024
  482.             }
  483.           }
  484.         },
  485.         "elastic_agent": {
  486.           "properties": {
  487.             "id": {
  488.               "type": "keyword",
  489.               "ignore_above": 1024
  490.             },
  491.             "snapshot": {
  492.               "type": "boolean"
  493.             },
  494.             "version": {
  495.               "type": "keyword",
  496.               "ignore_above": 1024
  497.             }
  498.           }
  499.         },
  500.         "error": {
  501.           "properties": {
  502.             "message": {
  503.               "type": "match_only_text"
  504.             }
  505.           }
  506.         },
  507.         "event": {
  508.           "properties": {
  509.             "agent_id_status": {
  510.               "type": "keyword",
  511.               "ignore_above": 1024
  512.             },
  513.             "dataset": {
  514.               "type": "keyword",
  515.               "ignore_above": 1024
  516.             },
  517.             "duration": {
  518.               "type": "long"
  519.             },
  520.             "ingested": {
  521.               "type": "date",
  522.               "format": "strict_date_time_no_millis||strict_date_optional_time||epoch_millis"
  523.             },
  524.             "module": {
  525.               "type": "keyword",
  526.               "ignore_above": 1024
  527.             }
  528.           }
  529.         },
  530.         "host": {
  531.           "properties": {
  532.             "architecture": {
  533.               "type": "keyword",
  534.               "ignore_above": 1024
  535.             },
  536.             "containerized": {
  537.               "type": "boolean"
  538.             },
  539.             "domain": {
  540.               "type": "keyword",
  541.               "ignore_above": 1024
  542.             },
  543.             "hostname": {
  544.               "type": "keyword",
  545.               "ignore_above": 1024
  546.             },
  547.             "id": {
  548.               "type": "keyword",
  549.               "ignore_above": 1024
  550.             },
  551.             "ip": {
  552.               "type": "ip"
  553.             },
  554.             "mac": {
  555.               "type": "keyword",
  556.               "ignore_above": 1024
  557.             },
  558.             "name": {
  559.               "type": "keyword",
  560.               "ignore_above": 1024
  561.             },
  562.             "os": {
  563.               "properties": {
  564.                 "build": {
  565.                   "type": "keyword",
  566.                   "ignore_above": 1024
  567.                 },
  568.                 "codename": {
  569.                   "type": "keyword",
  570.                   "ignore_above": 1024
  571.                 },
  572.                 "family": {
  573.                   "type": "keyword",
  574.                   "ignore_above": 1024
  575.                 },
  576.                 "kernel": {
  577.                   "type": "keyword",
  578.                   "ignore_above": 1024
  579.                 },
  580.                 "name": {
  581.                   "type": "keyword",
  582.                   "ignore_above": 1024,
  583.                   "fields": {
  584.                     "text": {
  585.                       "type": "match_only_text"
  586.                     }
  587.                   }
  588.                 },
  589.                 "platform": {
  590.                   "type": "keyword",
  591.                   "ignore_above": 1024
  592.                 },
  593.                 "type": {
  594.                   "type": "keyword",
  595.                   "ignore_above": 1024
  596.                 },
  597.                 "version": {
  598.                   "type": "keyword",
  599.                   "ignore_above": 1024
  600.                 }
  601.               }
  602.             },
  603.             "type": {
  604.               "type": "keyword",
  605.               "ignore_above": 1024
  606.             }
  607.           }
  608.         },
  609.         "kubernetes": {
  610.           "dynamic": "true",
  611.           "properties": {
  612.             "annotations": {
  613.               "type": "object",
  614.               "dynamic": "true"
  615.             },
  616.             "container": {
  617.               "properties": {
  618.                 "cpu": {
  619.                   "properties": {
  620.                     "usage": {
  621.                       "properties": {
  622.                         "core": {
  623.                           "properties": {
  624.                             "ns": {
  625.                               "type": "long",
  626.                               "time_series_metric": "gauge"
  627.                             }
  628.                           }
  629.                         },
  630.                         "limit": {
  631.                           "properties": {
  632.                             "pct": {
  633.                               "type": "scaled_float",
  634.                               "meta": {
  635.                                 "unit": "percent"
  636.                               },
  637.                               "scaling_factor": 1000,
  638.                               "time_series_metric": "gauge"
  639.                             }
  640.                           }
  641.                         },
  642.                         "nanocores": {
  643.                           "type": "long",
  644.                           "time_series_metric": "gauge"
  645.                         },
  646.                         "node": {
  647.                           "properties": {
  648.                             "pct": {
  649.                               "type": "scaled_float",
  650.                               "meta": {
  651.                                 "unit": "percent"
  652.                               },
  653.                               "scaling_factor": 1000,
  654.                               "time_series_metric": "gauge"
  655.                             }
  656.                           }
  657.                         }
  658.                       }
  659.                     }
  660.                   }
  661.                 },
  662.                 "image": {
  663.                   "type": "keyword",
  664.                   "ignore_above": 1024
  665.                 },
  666.                 "logs": {
  667.                   "properties": {
  668.                     "available": {
  669.                       "properties": {
  670.                         "bytes": {
  671.                           "type": "long",
  672.                           "meta": {
  673.                             "unit": "byte"
  674.                           },
  675.                           "time_series_metric": "gauge"
  676.                         }
  677.                       }
  678.                     },
  679.                     "capacity": {
  680.                       "properties": {
  681.                         "bytes": {
  682.                           "type": "long",
  683.                           "meta": {
  684.                             "unit": "byte"
  685.                           },
  686.                           "time_series_metric": "gauge"
  687.                         }
  688.                       }
  689.                     },
  690.                     "inodes": {
  691.                       "properties": {
  692.                         "count": {
  693.                           "type": "long",
  694.                           "time_series_metric": "gauge"
  695.                         },
  696.                         "free": {
  697.                           "type": "long",
  698.                           "time_series_metric": "gauge"
  699.                         },
  700.                         "used": {
  701.                           "type": "long",
  702.                           "time_series_metric": "gauge"
  703.                         }
  704.                       }
  705.                     },
  706.                     "used": {
  707.                       "properties": {
  708.                         "bytes": {
  709.                           "type": "long",
  710.                           "meta": {
  711.                             "unit": "byte"
  712.                           },
  713.                           "time_series_metric": "gauge"
  714.                         }
  715.                       }
  716.                     }
  717.                   }
  718.                 },
  719.                 "memory": {
  720.                   "properties": {
  721.                     "available": {
  722.                       "properties": {
  723.                         "bytes": {
  724.                           "type": "long",
  725.                           "meta": {
  726.                             "unit": "byte"
  727.                           },
  728.                           "time_series_metric": "gauge"
  729.                         }
  730.                       }
  731.                     },
  732.                     "majorpagefaults": {
  733.                       "type": "long",
  734.                       "time_series_metric": "counter"
  735.                     },
  736.                     "pagefaults": {
  737.                       "type": "long",
  738.                       "time_series_metric": "counter"
  739.                     },
  740.                     "rss": {
  741.                       "properties": {
  742.                         "bytes": {
  743.                           "type": "long",
  744.                           "meta": {
  745.                             "unit": "byte"
  746.                           },
  747.                           "time_series_metric": "gauge"
  748.                         }
  749.                       }
  750.                     },
  751.                     "usage": {
  752.                       "properties": {
  753.                         "bytes": {
  754.                           "type": "long",
  755.                           "meta": {
  756.                             "unit": "byte"
  757.                           },
  758.                           "time_series_metric": "gauge"
  759.                         },
  760.                         "limit": {
  761.                           "properties": {
  762.                             "pct": {
  763.                               "type": "scaled_float",
  764.                               "meta": {
  765.                                 "unit": "percent"
  766.                               },
  767.                               "scaling_factor": 1000,
  768.                               "time_series_metric": "gauge"
  769.                             }
  770.                           }
  771.                         },
  772.                         "node": {
  773.                           "properties": {
  774.                             "pct": {
  775.                               "type": "scaled_float",
  776.                               "meta": {
  777.                                 "unit": "percent"
  778.                               },
  779.                               "scaling_factor": 1000,
  780.                               "time_series_metric": "gauge"
  781.                             }
  782.                           }
  783.                         }
  784.                       }
  785.                     },
  786.                     "workingset": {
  787.                       "properties": {
  788.                         "bytes": {
  789.                           "type": "long",
  790.                           "meta": {
  791.                             "unit": "byte"
  792.                           },
  793.                           "time_series_metric": "gauge"
  794.                         },
  795.                         "limit": {
  796.                           "properties": {
  797.                             "pct": {
  798.                               "type": "scaled_float",
  799.                               "meta": {
  800.                                 "unit": "percent"
  801.                               },
  802.                               "scaling_factor": 1000,
  803.                               "time_series_metric": "gauge"
  804.                             }
  805.                           }
  806.                         }
  807.                       }
  808.                     }
  809.                   }
  810.                 },
  811.                 "name": {
  812.                   "type": "keyword",
  813.                   "ignore_above": 1024
  814.                 },
  815.                 "rootfs": {
  816.                   "properties": {
  817.                     "available": {
  818.                       "properties": {
  819.                         "bytes": {
  820.                           "type": "long",
  821.                           "meta": {
  822.                             "unit": "byte"
  823.                           },
  824.                           "time_series_metric": "gauge"
  825.                         }
  826.                       }
  827.                     },
  828.                     "capacity": {
  829.                       "properties": {
  830.                         "bytes": {
  831.                           "type": "long",
  832.                           "meta": {
  833.                             "unit": "byte"
  834.                           },
  835.                           "time_series_metric": "gauge"
  836.                         }
  837.                       }
  838.                     },
  839.                     "inodes": {
  840.                       "properties": {
  841.                         "used": {
  842.                           "type": "long",
  843.                           "time_series_metric": "gauge"
  844.                         }
  845.                       }
  846.                     },
  847.                     "used": {
  848.                       "properties": {
  849.                         "bytes": {
  850.                           "type": "long",
  851.                           "meta": {
  852.                             "unit": "byte"
  853.                           },
  854.                           "time_series_metric": "gauge"
  855.                         }
  856.                       }
  857.                     }
  858.                   }
  859.                 },
  860.                 "start_time": {
  861.                   "type": "date"
  862.                 }
  863.               }
  864.             },
  865.             "cronjob": {
  866.               "properties": {
  867.                 "name": {
  868.                   "type": "keyword",
  869.                   "ignore_above": 1024
  870.                 }
  871.               }
  872.             },
  873.             "daemonset": {
  874.               "properties": {
  875.                 "name": {
  876.                   "type": "keyword",
  877.                   "ignore_above": 1024
  878.                 }
  879.               }
  880.             },
  881.             "deployment": {
  882.               "properties": {
  883.                 "name": {
  884.                   "type": "keyword",
  885.                   "ignore_above": 1024
  886.                 }
  887.               }
  888.             },
  889.             "job": {
  890.               "properties": {
  891.                 "name": {
  892.                   "type": "keyword",
  893.                   "ignore_above": 1024
  894.                 }
  895.               }
  896.             },
  897.             "labels": {
  898.               "dynamic": "true",
  899.               "properties": {
  900.                 "app": {
  901.                   "type": "keyword"
  902.                 },
  903.                 "app_kubernetes_io/component": {
  904.                   "type": "keyword"
  905.                 },
  906.                 "app_kubernetes_io/instance": {
  907.                   "type": "keyword"
  908.                 },
  909.                 "app_kubernetes_io/managed-by": {
  910.                   "type": "keyword"
  911.                 },
  912.                 "app_kubernetes_io/name": {
  913.                   "type": "keyword"
  914.                 },
  915.                 "app_kubernetes_io/part-of": {
  916.                   "type": "keyword"
  917.                 },
  918.                 "app_kubernetes_io/version": {
  919.                   "type": "keyword"
  920.                 },
  921.                 "batch_kubernetes_io/controller-uid": {
  922.                   "type": "keyword"
  923.                 },
  924.                 "batch_kubernetes_io/job-name": {
  925.                   "type": "keyword"
  926.                 },
  927.                 "compliance_openshift_io/scan-name": {
  928.                   "type": "keyword"
  929.                 },
  930.                 "component": {
  931.                   "type": "keyword"
  932.                 },
  933.                 "control-plane": {
  934.                   "type": "keyword"
  935.                 },
  936.                 "controller-revision-hash": {
  937.                   "type": "keyword"
  938.                 },
  939.                 "controller-uid": {
  940.                   "type": "keyword"
  941.                 },
  942.                 "deployment": {
  943.                   "type": "keyword"
  944.                 },
  945.                 "deploymentconfig": {
  946.                   "type": "keyword"
  947.                 },
  948.                 "dns_operator_openshift_io/daemonset-dns": {
  949.                   "type": "keyword"
  950.                 },
  951.                 "dns_operator_openshift_io/daemonset-node-resolver": {
  952.                   "type": "keyword"
  953.                 },
  954.                 "environment": {
  955.                   "type": "keyword"
  956.                 },
  957.                 "helm_sh/chart": {
  958.                   "type": "keyword"
  959.                 },
  960.                 "ingresscanary_operator_openshift_io/daemonset-ingresscanary": {
  961.                   "type": "keyword"
  962.                 },
  963.                 "ingresscontroller_operator_openshift_io/deployment-ingresscontroller": {
  964.                   "type": "keyword"
  965.                 },
  966.                 "ingresscontroller_operator_openshift_io/hash": {
  967.                   "type": "keyword"
  968.                 },
  969.                 "job-name": {
  970.                   "type": "keyword"
  971.                 },
  972.                 "k8s-app": {
  973.                   "type": "keyword"
  974.                 },
  975.                 "kubernetes_io/os": {
  976.                   "type": "keyword"
  977.                 },
  978.                 "name": {
  979.                   "type": "keyword"
  980.                 },
  981.                 "network-zone": {
  982.                   "type": "keyword"
  983.                 },
  984.                 "openshift-app": {
  985.                   "type": "keyword"
  986.                 },
  987.                 "openshift_io/component": {
  988.                   "type": "keyword"
  989.                 },
  990.                 "openshift_io/deployer-pod-for_name": {
  991.                   "type": "keyword"
  992.                 },
  993.                 "ovn-db-pod": {
  994.                   "type": "keyword"
  995.                 },
  996.                 "plattform": {
  997.                   "type": "keyword"
  998.                 },
  999.                 "pod-template-generation": {
  1000.                   "type": "keyword"
  1001.                 },
  1002.                 "pod-template-hash": {
  1003.                   "type": "keyword"
  1004.                 },
  1005.                 "region": {
  1006.                   "type": "keyword"
  1007.                 },
  1008.                 "release": {
  1009.                   "type": "keyword"
  1010.                 },
  1011.                 "replicaset": {
  1012.                   "type": "keyword"
  1013.                 },
  1014.                 "self-node-remediation-operator": {
  1015.                   "type": "keyword"
  1016.                 },
  1017.                 "statefulset_kubernetes_io/pod-name": {
  1018.                   "type": "keyword"
  1019.                 },
  1020.                 "targetNode": {
  1021.                   "type": "keyword"
  1022.                 },
  1023.                 "type": {
  1024.                   "type": "keyword"
  1025.                 },
  1026.                 "workload": {
  1027.                   "type": "keyword"
  1028.                 }
  1029.               }
  1030.             },
  1031.             "namespace": {
  1032.               "type": "keyword",
  1033.               "ignore_above": 1024
  1034.             },
  1035.             "namespace_annotations": {
  1036.               "type": "object",
  1037.               "dynamic": "true"
  1038.             },
  1039.             "namespace_labels": {
  1040.               "dynamic": "true",
  1041.               "properties": {
  1042.                 CLEANED UP
  1043.               }
  1044.             },
  1045.             "namespace_uid": {
  1046.               "type": "keyword",
  1047.               "ignore_above": 1024
  1048.             },
  1049.             "node": {
  1050.               "dynamic": "true",
  1051.               "properties": {
  1052.                 "annotations": {
  1053.                   "type": "object",
  1054.                   "dynamic": "true"
  1055.                 },
  1056.                 "hostname": {
  1057.                   "type": "keyword",
  1058.                   "ignore_above": 1024
  1059.                 },
  1060.                 "labels": {
  1061.                   "dynamic": "true",
  1062.                   "properties": {
  1063.                     "beta_kubernetes_io/arch": {
  1064.                       "type": "keyword"
  1065.                     },
  1066.                     "beta_kubernetes_io/os": {
  1067.                       "type": "keyword"
  1068.                     },
  1069.                     "bxx": {
  1070.                       "type": "keyword"
  1071.                     },
  1072.                     "cluster": {
  1073.                       "type": "keyword"
  1074.                     },
  1075.                     "datacenter": {
  1076.                       "type": "keyword"
  1077.                     },
  1078.                     "kubernetes_io/arch": {
  1079.                       "type": "keyword"
  1080.                     },
  1081.                     "kubernetes_io/hostname": {
  1082.                       "type": "keyword"
  1083.                     },
  1084.                     "kubernetes_io/os": {
  1085.                       "type": "keyword"
  1086.                     },
  1087.                     "network-zone": {
  1088.                       "type": "keyword"
  1089.                     },
  1090.                     "node-role_kubernetes_io/worker": {
  1091.                       "type": "keyword"
  1092.                     },
  1093.                     "node_openshift_io/os_id": {
  1094.                       "type": "keyword"
  1095.                     },
  1096.                     "node_openshift_io/os_version": {
  1097.                       "type": "keyword"
  1098.                     },
  1099.                     "plattform": {
  1100.                       "type": "keyword"
  1101.                     },
  1102.                     "region": {
  1103.                       "type": "keyword"
  1104.                     },
  1105.                     "topology_kubernetes_io/zone": {
  1106.                       "type": "keyword"
  1107.                     },
  1108.                     "vm-host": {
  1109.                       "type": "keyword"
  1110.                     }
  1111.                   }
  1112.                 },
  1113.                 "name": {
  1114.                   "type": "keyword",
  1115.                   "ignore_above": 1024
  1116.                 },
  1117.                 "uid": {
  1118.                   "type": "keyword",
  1119.                   "ignore_above": 1024
  1120.                 }
  1121.               }
  1122.             },
  1123.             "pod": {
  1124.               "properties": {
  1125.                 "ip": {
  1126.                   "type": "ip"
  1127.                 },
  1128.                 "name": {
  1129.                   "type": "keyword",
  1130.                   "ignore_above": 1024
  1131.                 },
  1132.                 "uid": {
  1133.                   "type": "keyword",
  1134.                   "time_series_dimension": true
  1135.                 }
  1136.               }
  1137.             },
  1138.             "replicaset": {
  1139.               "properties": {
  1140.                 "name": {
  1141.                   "type": "keyword",
  1142.                   "ignore_above": 1024
  1143.                 }
  1144.               }
  1145.             },
  1146.             "selectors": {
  1147.               "type": "object",
  1148.               "dynamic": "true"
  1149.             },
  1150.             "statefulset": {
  1151.               "properties": {
  1152.                 "name": {
  1153.                   "type": "keyword",
  1154.                   "ignore_above": 1024
  1155.                 }
  1156.               }
  1157.             }
  1158.           }
  1159.         },
  1160.         "metricset": {
  1161.           "properties": {
  1162.             "name": {
  1163.               "type": "keyword",
  1164.               "fields": {
  1165.                 "text": {
  1166.                   "type": "match_only_text"
  1167.                 }
  1168.               }
  1169.             },
  1170.             "period": {
  1171.               "type": "long"
  1172.             }
  1173.           }
  1174.         },
  1175.         "orchestrator": {
  1176.           "properties": {
  1177.             "cluster": {
  1178.               "properties": {
  1179.                 "name": {
  1180.                   "type": "keyword",
  1181.                   "ignore_above": 1024
  1182.                 },
  1183.                 "url": {
  1184.                   "type": "keyword",
  1185.                   "time_series_dimension": true
  1186.                 }
  1187.               }
  1188.             }
  1189.           }
  1190.         },
  1191.         "service": {
  1192.           "properties": {
  1193.             "address": {
  1194.               "type": "keyword",
  1195.               "time_series_dimension": true
  1196.             },
  1197.             "type": {
  1198.               "type": "keyword",
  1199.               "ignore_above": 1024
  1200.             }
  1201.           }
  1202.         }
  1203.       }
  1204.     }
  1205.   }
  1206. }
  1207.  
Advertisement
Add Comment
Please, Sign In to add comment