{ "v": 1, "id": "b107c5e1-2e3f-4eaf-9881-76004278bd65", "rev": 1, "name": "VMWARE VSPHERE 8.X - Content Pack", "summary": "Content pack containing Dashboards and parsed security events only", "description": "- Dashboard 1: VCenter Dashboard with VCenter Events, SSO Activites, Virtual Machines activities\n\n- Dashboard 2: VCSA Dashboards with all the tabs associated to one application_name (field created automatically thanks to syslog)\n\n- Pipeline filtering VCenter events\n\n- Pipelines parsing security events (authentication, admin action, virtual machine activities (knowing which users did the speicifed action on the VM)", "vendor": "s0p4L1n3", "url": "https://github.com/s0p4L1n3/Graylog_Content_Pack_VMWare-8.X-forVCSA-ESXI", "parameters": [], "entities": [ { "v": "1", "type": { "name": "pipeline", "version": "1" }, "id": "1072eadb-2b33-4ec4-85ca-53116563c85a", "data": { "title": { "@type": "string", "@value": "VCENTER - ssoadminserver" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "pipeline \"VCENTER - ssoadminserver\"\nstage 0 match pass\nrule \"Syslog - VMWARE ESXI - ssoadminserver 01\"\nstage 1 match pass\nrule \"Syslog - VMWARE ESXI - ssoadminserver 02\"\nstage 2 match pass\nrule \"VMWARE ssoadminserver - vmw_vc_return_value replace carriage return\"\nstage 3 match pass\nrule \"VMWARE vmw_vc_ssoadminserver_action\"\nend" }, "connected_streams": [ { "@type": "string", "@value": "d49aaba6-decf-4dda-a2c8-e58321f32fb9" } ] }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "input", "version": "1" }, "id": "278d5e3e-592b-4ac0-b69f-508c69e0f20d", "data": { "title": { "@type": "string", "@value": "syslogTCP" }, "configuration": { "tls_key_file": { "@type": "string", "@value": "" }, "port": { "@type": "integer", "@value": 1515 }, "tls_enable": { "@type": "boolean", "@value": false }, "use_null_delimiter": { "@type": "boolean", "@value": false }, "recv_buffer_size": { "@type": "integer", "@value": 1048576 }, "tcp_keepalive": { "@type": "boolean", "@value": false }, "force_rdns": { "@type": "boolean", "@value": false }, "allow_override_date": { "@type": "boolean", "@value": true }, "tls_client_auth_cert_file": { "@type": "string", "@value": "" }, "bind_address": { "@type": "string", "@value": "0.0.0.0" }, "tls_cert_file": { "@type": "string", "@value": "" }, "expand_structured_data": { "@type": "boolean", "@value": false }, "max_message_size": { "@type": "integer", "@value": 2097152 }, "store_full_message": { "@type": "boolean", "@value": true }, "tls_client_auth": { "@type": "string", "@value": "disabled" }, "timezone": { "@type": "string", "@value": "NotSet" }, "charset_name": { "@type": "string", "@value": "UTF-8" }, "number_worker_threads": { "@type": "integer", "@value": 4 }, "tls_key_password": { "@type": "string", "@value": "" } }, "static_fields": {}, "type": { "@type": "string", "@value": "org.graylog2.inputs.syslog.tcp.SyslogTCPInput" }, "global": { "@type": "boolean", "@value": false }, "extractors": [] }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline_rule", "version": "1" }, "id": "32a3e400-b006-4cd3-bffe-6c314e803d3f", "data": { "title": { "@type": "string", "@value": "Syslog - VMWARE VCENTER - extract vmw_vc_domain from vmw_vc_user" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "rule \"Syslog - VMWARE VCENTER - extract vmw_vc_domain from vmw_vc_user\"\nwhen\n has_field(\"vmw_vc_user\") AND regex(\"Event \\\\[\", to_string($message.message)).matches == true\nthen\n let msg = to_string($message.vmw_vc_user);\n \n let vcenter15 = grok(pattern: \"%{DATA:vmw_vc_domainuser}\\\\@%{GREEDYDATA:vmw_vc_domain}\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter15);\n \n let vcenter20 = grok(pattern: \"%{DATA:vmw_vc_domain}\\\\\\\\%{GREEDYDATA:vmw_vc_domainuser}\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter20);\n \nend\n\n" } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline_rule", "version": "1" }, "id": "5c9fdeb1-107f-42e6-9c9d-bace31abb426", "data": { "title": { "@type": "string", "@value": "Syslog - VMWARE ESXI - vpxd-main" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "rule \"Syslog - VMWARE ESXI - vpxd-main\"\nwhen\n has_field(\"application_name\") AND regex(\"vpxd-main\", to_string($message.application_name)).matches == true AND regex(\"\\\\[VpxLRO\\\\]\", to_string($message.message)).matches == false\nthen\n let msg = to_string($message.message);\n \n let vpxd_main1 = grok(pattern: \"%{YEAR}-%{MONTHNUM}-%{MONTHDAY}[T]%{HOUR}:?%{MINUTE}(?::?%{SECOND})\\\\+%{DATA:TZ} %{DATA:vmw_vc_info} %{DATA:vmw_vc_component}\\\\[%{DATA:vmw_vc_component_id}\\\\] \\\\[%{GREEDYDATA:vmw_vc_orig_sub_opid_elements}\\\\] %{GREEDYDATA:vmw_vc_desc}\", value: to_string(msg), only_named_captures: true);\n set_fields(vpxd_main1);\n \nend" } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline_rule", "version": "1" }, "id": "03c663ff-7da5-4055-825c-1ac89e2b1c30", "data": { "title": { "@type": "string", "@value": "Syslog - VMWARE ESXI - vpxd-main - VPXLRO 1" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "rule \"Syslog - VMWARE ESXI - vpxd-main - VPXLRO 1\"\nwhen\n has_field(\"application_name\") AND regex(\"vpxd-main\", to_string($message.application_name)).matches == true AND regex(\"\\\\[VpxLRO\\\\]\", to_string($message.message)).matches == true\nthen\n let msg = to_string($message.message);\n \n let vpxdmain1 = grok(pattern: \"%{YEAR}-%{MONTHNUM}-%{MONTHDAY}[T]%{HOUR}:?%{MINUTE}(?::?%{SECOND})\\\\+%{DATA:TZ} %{DATA:vmw_vc_info} %{DATA:vmw_vc_component}\\\\[%{DATA:vmw_vc_component_id}\\\\] \\\\[Originator@6876 vmw_vc_sub=%{DATA:vmw_vc_sub} vmw_vc_opID=%{DATA:vmw_vc_opID}\\\\] %{GREEDYDATA:vmw_vc_desc}\", value: to_string(msg), only_named_captures: true);\n set_fields(vpxdmain1);\n \nend" } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline", "version": "1" }, "id": "0024c592-75fc-4778-ad2f-130ef7e14953", "data": { "title": { "@type": "string", "@value": "VCENTER - vpxd-main - vpxLRO" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "pipeline \"VCENTER - vpxd-main - vpxLRO\"\nstage 0 match either\nrule \"Syslog - VMWARE ESXI - vpxd-main - VPXLRO 1\"\nstage 1 match either\nrule \"Syslog - VMWARE ESXI - vpxd-main - VPXLRO 2\"\nend" }, "connected_streams": [ { "@type": "string", "@value": "d49aaba6-decf-4dda-a2c8-e58321f32fb9" } ] }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline_rule", "version": "1" }, "id": "9b14f2f7-853c-4dbf-86b7-2d2d0aac808a", "data": { "title": { "@type": "string", "@value": "VMWARE vmw_vc_ssoadminserver_action" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "rule \"VMWARE vmw_vc_ssoadminserver_action\"\n\nwhen \n has_field(\"vmw_vc_ssoadminserver_action\")\nthen\n\n let msg = to_string($message.vmw_vc_ssoadminserver_action);\n \n let ssoadminserveraction1 = grok(pattern: \"vmw_vc_user account \\\\'\\\\{Name: %{DATA:vmw_vc_sso_name}\\\\, Domain: %{DATA:vmw_vc_sso_domain}\\\\}\\\\'\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserveraction1);\n \n let ssoadminserveraction2 = grok(pattern: \"principal \\\\'%{DATA:vmw_vc_sso_name}\\\\'\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserveraction2);\n\n let ssoadminserveraction3 = grok(pattern: \"local %{DATA:vmw_vc_target_type} vmw_vc_user \\\\'%{DATA:vmw_vc_sso_name}\\\\' with\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserveraction3);\n \n let ssoadminserveraction4 = grok(pattern: \"local %{DATA:vmw_vc_target_type} vmw_vc_user \\\\'%{DATA:vmw_vc_sso_name}\\\\' %{DATA:vmw_vc_resetting_target}word\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserveraction4);\n \n let ssoadminserveraction5 = grok(pattern: \"local %{DATA:vmw_vc_target_type} \\\\'%{DATA:vmw_vc_sso_name}\\\\' with\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserveraction5);\n \n let ssoadminserveraction6 = grok(pattern: \"users \\\\'\\\\[\\\\{Name: %{DATA:vmw_vc_sso_name}\\\\, Domain: %{DATA:vmw_vc_sso_domain}\\\\}\\\\]\\\\' to local %{DATA:vmw_vc_target_type} '%{DATA:vmw_vc_target_group}'\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserveraction6);\n \n let ssoadminserveraction7 = grok(pattern: \"principals \\\\'\\\\[\\\\{Name: %{DATA:vmw_vc_sso_name}\\\\, Domain: %{DATA:vmw_vc_sso_domain}\\\\}\\\\]\\\\' from local %{DATA:vmw_vc_target_type} '%{DATA:vmw_vc_target_group}'\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserveraction7);\n \n let ssoadminserveraction8 = grok(pattern: \"local password %{GREEDYDATA:vmw_vc_password_type}\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserveraction8);\n\n \nend" } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "dashboard", "version": "2" }, "id": "3a4cb559-132d-47a4-afcc-85e7e327191f", "data": { "summary": { "@type": "string", "@value": "" }, "search": { "queries": [ { "id": "ccb679f8-51b2-4c92-8959-c318f2bd0240", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "4e32074e-1f37-406a-8dc0-1db653e5ed09", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "5961547c-66eb-4582-836d-1339a142f753", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "a22dbd07-35be-4100-8202-edb8d436ae8b", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "07b7c275-b22d-42d1-b6eb-e08ae746d7fc", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:ssoadminserver AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "e157fe92-f80f-445e-881c-096529846905", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:ssoadminserver AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "9674155c-07e3-4a78-93f1-2307b8a79389", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:ssoadminserver AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "02156fc5-7356-4010-8b07-2f609d28d664", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "42b93def-a06c-4c5c-8e38-5180b64337a7", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "62956b22-2d17-4c52-b172-d24b2b1e2f15", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd-main AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "3400c675-d649-41c7-a8cf-8386beb2893f", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "8851ce20-3112-4cdd-ab3d-9d4155c253d0", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "14da68b2-45d1-45c9-9402-6e1a85e39217", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "add6a679-7961-4f3a-a6d0-2d31d025ea8e", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "74a00412-86ba-4ea7-a0ac-37f16ca24c03", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "88851950-618e-4535-8273-eac1c38e58de", "limit": 150, "filters": [] } ] }, { "id": "f38572b0-990d-4a25-96de-8c2857ee6160", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-svcs\\-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "ef7d251c-ac85-4a80-bbfd-25d016984d0c", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-svcs\\-main AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "51ac3274-2be0-4c1e-b113-da668e01b223", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-svcs\\-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "497a3491-987f-4d6c-befc-367c56f01f4f", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "eb1c8f56-d055-49fc-9345-9a675cd82d1c", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:eam\\-api AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "30b5d3b5-c4db-4477-8566-3d90c9026cfb", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:eam\\-api AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "b4a2c8c6-9381-4773-a4db-adb39e7bb29f", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:eam\\-api AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "cd9f32ec-bff5-4d99-88ac-aee4c78a8ea9", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "7c8329e8-ebfd-4f7c-81a0-729d06060ab3", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:envoy\\-access AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "78fa6bb6-bb25-45d8-86b8-1e040374951c", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:envoy\\-access AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "5ff68e9d-0212-40af-b399-aab5ac048413", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:envoy\\-access AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "5735a202-9805-445b-bf66-fe499f7bbe9b", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "e5182073-6806-482d-b81b-16013eec6509", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:trustmanagement\\-svcs AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "f92240cb-fdd9-42c5-8035-166c3d8e1815", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:trustmanagement\\-svcs AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "42670028-4246-45e9-9734-bd7141bb9859", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:trustmanagement\\-svcs AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "e6a2e4f8-4098-42b6-83ec-bd7daa1d18c7", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "11799c47-f591-426c-8b2a-36a30df4edf8", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-svcs\\-access AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "e59c7e02-4607-46a8-9e47-8364771f466b", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-svcs\\-access AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "eef50e3b-e551-4a8e-b933-65a20e7d1a1e", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-svcs\\-access AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "ad5c3502-b0e9-4df0-a4ca-09f7ef33a76a", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "3aec3f61-aeb3-4d56-bda4-e886c91e2f81", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd-svcs-perf AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "cef9dc02-c070-4e50-8fa3-0b26fecab070", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd-svcs-perf AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "fb368267-70e6-4617-ba31-784ff55438e2", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd-svcs-perf AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "d39dfba9-102f-4ecf-a749-324a8e0ce8c6", "limit": 150, "filters": [] } ] }, { "id": "da0e61c1-65f2-4c8a-977f-be2d2921a4ef", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vsan-health-main AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "a46bbb75-c070-4486-9ee1-873ea154d63f", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vsan-health-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "0dde4e1e-d905-4462-be4b-e7c01f97420c", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vsan-health-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "bf094a11-3490-4047-886b-6e6399f153c1", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "0962bd09-1571-4d63-a395-3c1676d2a640", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:sps AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "7ad2da3b-378a-4621-b146-12a833707c17", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:sps AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "2f7612d0-3915-41f5-863c-a1c338d0632d", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:sps AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "0e2bc488-6b5c-4833-86c3-32bf178b40e6", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "6f0b0a59-7c3c-4aaa-a4df-0e385ccc92c2", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:eam-access AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "9d65a6a3-2548-43b7-ba47-3a1e306e6aeb", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:eam-access AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "c20c6798-e2a2-4783-92cd-72b73352397d", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:eam-access AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "3bbd16ea-50a1-4e23-be51-86a53819aab5", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "9cc6b32c-bbd8-4bc5-ba7d-148895e9bd9f", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vmon AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "bff05609-ab35-446e-94da-530440f69526", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vmon AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "dbfd3099-a211-416d-9e66-ebf94f7bb493", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vmon AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "873dd143-0b06-44f8-9930-a91c2b1fef33", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "444bb738-e7a0-4ebf-8154-bb17ac67bdec", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vum\\-vmacore AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "59045a70-5252-431d-be72-80704798a85c", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vum\\-vmacore AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "38eb2c9d-b88e-4b18-b4fe-0410df8fc05c", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vum\\-vmacore AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "7751241e-16a2-4d74-baf7-474cb2cffaed", "limit": 150, "filters": [] } ] }, { "id": "eb6fd2e4-3155-418f-944a-3bfbad57061b", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:applmgmt AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "32d1c1cd-2fcd-4f08-a0eb-edcf0bc39f7b", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:applmgmt AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "5df6c16f-50f3-42fe-8272-8ba0baabf104", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:applmgmt AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "5e51f283-c8b0-4072-9807-1497a1cca4bc", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "481e2d94-78df-4bff-b1b3-382e994099c6", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:wcpsvc AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "665b5505-a3c4-4d81-b7a5-3d4b6123dbac", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:wcpsvc AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "747356d0-1264-48d0-abf5-4a7f3720f56f", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:wcpsvc AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "b554846b-e9c5-473b-b265-6c9fe4476a7b", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "783d194c-e724-4c97-bbdc-d8328373a833", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:applmgmt\\-audit AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "319eef99-ac45-4ba7-9aca-ad4d796a0c83", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:applmgmt\\-audit AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "a99b700c-c2eb-4066-9889-57b43831a496", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:applmgmt\\-audit AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "e5993b0d-fc55-4664-b33d-be7ce5eda72c", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "2c8a61dc-e140-4d6f-9819-cdfe1bd87f78", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:analytics AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "10ee1665-6587-4776-9fe1-26c2dc80b0ea", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:analytics AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "636ccf2f-c40e-4020-b0ad-1d1b585a22df", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:analytics AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "58fa3b27-a621-4860-a6d9-8578f4abefbc", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "cf8607e7-6003-4872-8201-fe471e991c4d", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:sso\\-tomcat AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "ab652eb6-ca38-42f1-aea3-06239a168f1d", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:sso\\-tomcat AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "001c7e17-5b70-421b-913e-b8e78f69010c", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:sso\\-tomcat AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "adf4f9cf-8f46-4ed7-82f5-18648cbeea26", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "b6b3d005-7225-4f63-8197-c0394404fb97", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-endpoint AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "5526b597-9c98-4746-be5b-97ab4e1e1caa", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-endpoint AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "f4b4f767-8dc8-4960-b295-e7d4fb20541c", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-endpoint AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "7dbc79f7-fffc-442c-9231-c4503dbd0900", "limit": 150, "filters": [] } ] }, { "id": "e18a9fe1-8825-465d-a277-5aea724859d8", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:sca\\-vmon.std AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "781be6be-6a16-46f4-826d-32592e32eaff", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:sca\\-vmon.std AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "a0a875a2-6ec9-47cd-a1a3-cf2cf06ab2ac", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:sca\\-vmon.std AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "00751b73-a89f-48f6-bfbe-537840e44bd9", "limit": 150, "filters": [] } ] }, { "id": "a3eb1cab-d98b-4421-8c9d-ef52afc6e2d5", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-access AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "35e664eb-3312-4fd7-a436-d673125f0807", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-access AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "c7f236ac-4e15-49ea-b864-9ab17b0a1c58", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-access AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "8f857a94-c8f3-42cf-a468-09ebd7f94246", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "8556595a-b698-448a-a399-e15b5cf9b7ab", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:cis\\-license AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "79ac2476-1dcd-488d-8f40-07bacf8e9651", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:cis\\-license AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "db702d01-4936-4539-b185-c6a1253dad2e", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:cis\\-license AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "f14857ca-bad4-4532-a766-2167f6c510a9", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "188b5c9c-81fe-46e1-a87a-0ce2c1c6bdd2", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:observability\\-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "f80ebc02-8936-4bea-9e94-86a69d22c70b", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:observability\\-main AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "3c500d45-4af6-4dc0-8128-88253fd56ff5", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:observability\\-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "feaa0abe-73be-44aa-a41a-ef8fa59582fd", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "4791f90c-7293-42b5-ae55-98ce06bd8ef9", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vmafdd AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "980c5c06-1d5c-4f55-a5d0-c8a1e2bcfddc", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vmafdd AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "3df4fc94-001c-4431-b962-cd401f0edb89", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vmafdd AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "da054c30-c9bf-4d61-b2bf-9d477c354469", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "0ac87862-7e3b-422e-a112-8982983ad30b", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:content\\-library AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "ee583c56-8d03-4a16-8d9c-53b54c0ca420", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:content\\-library AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "5387310e-8fc4-4c29-ad02-9d60994dca93", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:content\\-library AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "80845e68-3632-401f-bcc7-a9e46f63d054", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "181bf111-5bdc-4456-8d28-0d90478e049f", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-threadmonitor AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "4fe8434f-7085-4b51-a2f3-65f67a8cf4cc", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-threadmonitor AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "c288f37b-a2bd-4943-9247-0e297a17b6c5", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-threadmonitor AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "3ff9dcef-3596-413c-a2df-ca7cd3b50143", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "50a77924-3491-482c-8b24-5682d645c9e6", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:eam\\-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "8564f34f-ce74-4acf-882a-f02fd294e35e", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:eam\\-main AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "e9965845-0e5a-4249-846c-f2a96a2f2683", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:eam\\-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "44171263-d250-45f0-8635-99ae2338f2da", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "3ebc9460-d432-49c1-8e6b-76a1adb21ed7", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:CROND AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "63c2a933-9ab9-442b-810b-a04cc8c46fba", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:CROND AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "2515e861-1d61-42aa-8529-f0bb3852b11b", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:CROND AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "62ae6d9a-e681-4577-bb2e-ddcb10f79f78", "limit": 150, "filters": [] } ] }, { "id": "03ff3d22-4cdd-4207-959a-263434218210", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-endpoint\\-access AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "76fbdb0e-a3cd-4009-918b-5288b199a605", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-endpoint\\-access AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "61ca130c-ed4e-47fc-ada9-1f3ddd5e2f78", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-endpoint\\-access AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "55ae8bfa-7d5e-46bc-9456-1846e487f325", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "4bbac560-e366-45f4-895f-6f4c5c7d379a", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vmcad AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "cdb15ef2-d700-4143-aca2-70fd7eb83824", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vmcad AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "f0079773-45ad-46c6-9dda-dcb5cd40de7a", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vmcad AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "de1f7b8f-f79e-4fdf-809d-b642bcc0a0f8", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "009ab77f-cdbf-42e3-94a7-f8323e8dd4c3", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "e9687764-5444-4d86-9bb3-b1d16dcafa81", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "21f2537e-0023-467d-8782-7547ad4c6555", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-main AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "7192b89e-4fae-47d1-bc42-f8a49c588ce2", "limit": 150, "filters": [] } ] }, { "id": "13c2e337-3c39-4f10-a335-6a1c6210420b", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vami\\-access AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "646da815-c9e1-4d7c-bd8a-a0af747b0230", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vami\\-access AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "ee747ff6-b2b8-43fb-98e9-2a805ee90f27", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vami\\-access AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "30f4781e-7bf2-4fda-921e-6f9fbea122df", "limit": 150, "filters": [] } ] }, { "id": "b86d061e-26da-43c6-9ddc-cfebcced6fdd", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:dnsmasq AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "86cb76a1-e278-4a75-ae0f-cb213964b6b8", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:dnsmasq AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "8ef1778f-5e7c-4e76-9fd3-3f96fef0160e", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:dnsmasq AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "9e0d98e3-ffca-4dc5-be49-2b56d8717407", "limit": 150, "filters": [] } ] }, { "id": "0408d272-cd0b-4a46-bcbe-890c0c02aab6", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:sps\\-gc AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "52b6897a-039e-4ff0-aea1-cb7de1542921", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:sps\\-gc AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "372d55f1-9c8b-4611-849e-9aeb36e85694", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:sps\\-gc AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "a29fb7e3-d895-4dac-bbde-ebcb69b1cd9b", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "b37d0887-3e8f-47e3-9fe1-abc085024a25", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-profiler AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "c428465d-930e-4818-a7a4-36e6e9393c75", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-profiler AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "fa4e219e-1b13-497c-932c-8a1ff76fead8", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-profiler AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "136ace07-3583-415e-aa2d-3d019b7d607e", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "d37b96b0-646b-4cb6-969f-74e6a2ef300a", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:rsyslogd AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "62ec10a6-15bc-42fc-8db5-b79e29497c5c", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:rsyslogd AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "c166f26f-27d0-40ba-bbd6-1f670a704ec7", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:rsyslogd AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "3f04987b-02b3-4ed5-ae52-b0c669325511", "limit": 150, "filters": [] } ] }, { "id": "40a71c57-529a-47a1-942e-38d2af7bd281", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:certificatemanagement\\-svcs AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "f75451d0-cc82-487a-a68c-43b05d57aba9", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:certificatemanagement\\-svcs AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "283a6d5e-d4cd-4eef-84e4-d1e0b6479c7e", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:certificatemanagement\\-svcs AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "2be48e19-4fce-4dfe-a007-33cd39ed9680", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "a6d26927-2518-40c3-96fb-975e432e537c", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:cloudvm\\-ram\\-size AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "62703dc2-968e-45ec-9804-5ee61d74fa47", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:cloudvm\\-ram\\-size AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "a1e3d3ff-2982-4ba2-aa66-18493e681826", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:cloudvm\\-ram\\-size AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "41fe5fc1-2160-44e6-8cb2-0b2f30bf0216", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "c4701715-f71e-4fb2-a93c-bb7e5676631f", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:systemd AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "b77f591b-9941-4e1a-a4ba-3fabb10a8901", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:systemd AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "039e0f5c-ab10-4c80-8893-ef7c53b0ca72", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:systemd AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "9754edf7-85fa-4aa9-8521-d389d6c13dce", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "6fb5bec1-b612-4acc-a67b-9197da1af6b6", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:lookupsvc\\-health AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "4cac2a61-d3b8-4e93-a5b4-23e9225e8dc9", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:lookupsvc\\-health AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "7f3669b7-d2b6-438c-b541-a2122c6cc87f", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:lookupsvc\\-health AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "b94c9753-5bfa-4e20-8c22-3f1a50c4eb9e", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "d6b0c618-3730-431f-bfc1-a9b0f60de11a", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:perfcharts\\-localhost_access AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "8a5c32ca-5929-40c9-8dc4-2ceaf753d9fb", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:perfcharts\\-localhost_access AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "0269650d-d6fe-4ece-b8df-432a8151bc97", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:perfcharts\\-localhost_access AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "8788481e-b2a2-49cc-a315-6d8a9bde53a5", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "e1046dd6-3979-4546-aef6-98cddda897d6", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:sendmail AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "4a94af74-4826-402c-a00a-0654da87a68f", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:sendmail AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "1cade9b1-da62-4f96-9654-919cff259935", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:sendmail AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "c52bf47b-4339-4ea2-86b2-9b3b640221b3", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "01a8d016-ff21-4b4e-ba82-06a227cc5434", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:rhttpproxy\\-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "3745a59c-3aab-4b0a-a23c-3addb31da030", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:rhttpproxy\\-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "c756f117-ebe0-4af0-bb46-5d59800f25b6", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:rhttpproxy\\-main AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "d4ac6441-0357-4fdf-a7c5-6f3492136bdd", "limit": 150, "filters": [] } ] }, { "id": "7bac8c72-9e99-4259-9e8c-d5d9a89178bf", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:sa1 AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "3cfcbc2c-16a2-43b3-902b-1c538a69a9ff", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:sa1 AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "f84f10ec-7f2e-44db-9376-3f56d3013f8c", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:sa1 AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "c99113a1-fba4-4fae-9cc3-4307cbdff293", "limit": 150, "filters": [] } ] }, { "id": "7282670e-01a7-4333-bbe4-dc0c2f604d46", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:sca\\-gc AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "4dc2a636-aac7-47e7-8b0d-f611e4e92efe", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:sca\\-gc AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "6b4b2575-6d44-4048-8140-fab9879ed309", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:sca\\-gc AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "f90ce6f7-6e73-4e45-be0e-62ac3454dc90", "limit": 150, "filters": [] } ] }, { "id": "769ba929-1f7c-4c71-a6a2-689321c41af6", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-gc AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "2c0cc312-5d39-4ced-b825-ddb485de239c", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-gc AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "c82b1f2e-521f-4d61-b44f-294dd74461cc", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-gc AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "3f7d9827-11a3-49b3-8379-6851a4456447", "limit": 150, "filters": [] } ] }, { "id": "0e76d40c-9be2-4c0e-8732-7d88d55cd75e", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:postgres\\-archiver AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "6b035c94-53cb-43e0-9820-817b41f192c6", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:postgres\\-archiver AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "58f1fdef-80b0-4617-9a30-5803c299609b", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:postgres\\-archiver AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "a01c5315-4437-4930-8d34-0e441b2c2cf5", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "607defa6-ecc5-4057-a6d4-63f20e3a97d8", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vstats AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "68d417a7-5bac-40e1-8d20-08949290c677", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vstats AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "7125b8d1-e17a-47eb-8d10-fe0b193e16b6", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vstats AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "a91e58cc-8ef9-4e5a-9bd0-9c69872a1951", "limit": 150, "filters": [] } ] }, { "id": "0af9f5fb-7951-4c50-8572-e25a986587ff", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "application_name:vdtc\\-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "da631e0f-0c9b-4a12-9579-9f751eee0899", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vdtc\\-main AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "47c5c24a-63c9-437f-933b-d43eeb5682e5", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "application_name:vdtc\\-main AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "dfe46fbe-b90e-4366-9a04-4e7cd9bd9278", "filters": [], "column_groups": [], "sort": [] } ] } ], "parameters": [], "requires": {}, "owner": "admin@lab.lan", "created_at": "2023-11-02T10:10:51.951Z" }, "created_at": "2023-09-01T14:46:49.384Z", "requires": {}, "state": { "a3eb1cab-d98b-4421-8c9d-ef52afc6e2d5": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "ui-access" }, "widget": { "286cf514-3e92-4498-8859-fe69a22d790e": "Message Count (Total)", "ed5b2e8c-7ec4-44ed-8bb1-873c5ba09053": "Message Table", "f9365f70-8e1b-49a3-b454-5a0932f35e0e": "Message Count (Bar)" } }, "widgets": [ { "id": "286cf514-3e92-4498-8859-fe69a22d790e", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-access AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "ed5b2e8c-7ec4-44ed-8bb1-873c5ba09053", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-access AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "f9365f70-8e1b-49a3-b454-5a0932f35e0e", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-access AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "ed5b2e8c-7ec4-44ed-8bb1-873c5ba09053": [ "c7f236ac-4e15-49ea-b864-9ab17b0a1c58" ], "286cf514-3e92-4498-8859-fe69a22d790e": [ "8f857a94-c8f3-42cf-a468-09ebd7f94246" ], "f9365f70-8e1b-49a3-b454-5a0932f35e0e": [ "35e664eb-3312-4fd7-a436-d673125f0807" ] }, "positions": { "ed5b2e8c-7ec4-44ed-8bb1-873c5ba09053": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "286cf514-3e92-4498-8859-fe69a22d790e": { "col": 11, "row": 1, "height": 2, "width": 2 }, "f9365f70-8e1b-49a3-b454-5a0932f35e0e": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "d6b0c618-3730-431f-bfc1-a9b0f60de11a": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "perfcharts-localhost_access" }, "widget": { "909d9dfe-8cdf-45f8-a2ee-5b7dbec8ef84": "Message Count (Total)", "8c5a6149-422b-4bcb-ac87-03982b8d2d47": "Message Table", "9e089772-1eb9-430c-b30a-84c873e8bce5": "Message Count (Bar)" } }, "widgets": [ { "id": "9e089772-1eb9-430c-b30a-84c873e8bce5", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:perfcharts\\-localhost_access AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "8c5a6149-422b-4bcb-ac87-03982b8d2d47", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:perfcharts\\-localhost_access AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "909d9dfe-8cdf-45f8-a2ee-5b7dbec8ef84", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:perfcharts\\-localhost_access AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "8c5a6149-422b-4bcb-ac87-03982b8d2d47": [ "8a5c32ca-5929-40c9-8dc4-2ceaf753d9fb" ], "9e089772-1eb9-430c-b30a-84c873e8bce5": [ "0269650d-d6fe-4ece-b8df-432a8151bc97" ], "909d9dfe-8cdf-45f8-a2ee-5b7dbec8ef84": [ "8788481e-b2a2-49cc-a315-6d8a9bde53a5" ] }, "positions": { "8c5a6149-422b-4bcb-ac87-03982b8d2d47": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "909d9dfe-8cdf-45f8-a2ee-5b7dbec8ef84": { "col": 11, "row": 1, "height": 2, "width": 2 }, "9e089772-1eb9-430c-b30a-84c873e8bce5": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "9cc6b32c-bbd8-4bc5-ba7d-148895e9bd9f": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vmon" }, "widget": { "72bb9cfa-f344-4f08-baa7-7e9fe7a4dcfd": "Message Count (Total)", "0a91ad60-3e06-4f66-a4d1-b66f5761a17b": "Message Table", "5fa6e8ee-c799-402f-8119-9fbe7b2b6db3": "Message Count (Bar)" } }, "widgets": [ { "id": "0a91ad60-3e06-4f66-a4d1-b66f5761a17b", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vmon AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "5fa6e8ee-c799-402f-8119-9fbe7b2b6db3", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vmon AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "72bb9cfa-f344-4f08-baa7-7e9fe7a4dcfd", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vmon AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "5fa6e8ee-c799-402f-8119-9fbe7b2b6db3": [ "873dd143-0b06-44f8-9930-a91c2b1fef33" ], "0a91ad60-3e06-4f66-a4d1-b66f5761a17b": [ "bff05609-ab35-446e-94da-530440f69526" ], "72bb9cfa-f344-4f08-baa7-7e9fe7a4dcfd": [ "dbfd3099-a211-416d-9e66-ebf94f7bb493" ] }, "positions": { "0a91ad60-3e06-4f66-a4d1-b66f5761a17b": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "72bb9cfa-f344-4f08-baa7-7e9fe7a4dcfd": { "col": 11, "row": 1, "height": 2, "width": 2 }, "5fa6e8ee-c799-402f-8119-9fbe7b2b6db3": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "b6b3d005-7225-4f63-8197-c0394404fb97": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vapi-endpoint" }, "widget": { "b339affb-ac42-4039-b62d-a6be498bb615": "Message Count (Total)", "76211d49-ae52-4b68-ad39-9fcd485417af": "Message Table", "9f3c3572-4117-4365-8f79-7b1941fb03a4": "Message Count (Bar)" } }, "widgets": [ { "id": "b339affb-ac42-4039-b62d-a6be498bb615", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-endpoint AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "9f3c3572-4117-4365-8f79-7b1941fb03a4", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-endpoint AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "76211d49-ae52-4b68-ad39-9fcd485417af", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-endpoint AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } } ], "widget_mapping": { "76211d49-ae52-4b68-ad39-9fcd485417af": [ "7dbc79f7-fffc-442c-9231-c4503dbd0900" ], "b339affb-ac42-4039-b62d-a6be498bb615": [ "f4b4f767-8dc8-4960-b295-e7d4fb20541c" ], "9f3c3572-4117-4365-8f79-7b1941fb03a4": [ "5526b597-9c98-4746-be5b-97ab4e1e1caa" ] }, "positions": { "76211d49-ae52-4b68-ad39-9fcd485417af": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "b339affb-ac42-4039-b62d-a6be498bb615": { "col": 11, "row": 1, "height": 2, "width": 2 }, "9f3c3572-4117-4365-8f79-7b1941fb03a4": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "11799c47-f591-426c-8b2a-36a30df4edf8": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vpxd-svcs-access" }, "widget": { "7241a24d-e46a-49a8-848d-e71c78eec601": "Message Count (Total)", "31e22e5b-c929-4fbd-83c5-8c7078986f83": "Message Table", "5e771d82-198e-44bd-b8ef-9f39fd99d809": "Message Count (Bar)" } }, "widgets": [ { "id": "7241a24d-e46a-49a8-848d-e71c78eec601", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-svcs\\-access AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "31e22e5b-c929-4fbd-83c5-8c7078986f83", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-svcs\\-access AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "5e771d82-198e-44bd-b8ef-9f39fd99d809", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-svcs\\-access AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "7241a24d-e46a-49a8-848d-e71c78eec601": [ "ad5c3502-b0e9-4df0-a4ca-09f7ef33a76a" ], "31e22e5b-c929-4fbd-83c5-8c7078986f83": [ "e59c7e02-4607-46a8-9e47-8364771f466b" ], "5e771d82-198e-44bd-b8ef-9f39fd99d809": [ "eef50e3b-e551-4a8e-b933-65a20e7d1a1e" ] }, "positions": { "31e22e5b-c929-4fbd-83c5-8c7078986f83": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "7241a24d-e46a-49a8-848d-e71c78eec601": { "col": 11, "row": 1, "height": 2, "width": 2 }, "5e771d82-198e-44bd-b8ef-9f39fd99d809": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "4791f90c-7293-42b5-ae55-98ce06bd8ef9": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vmafdd" }, "widget": { "0804ccef-f8db-4862-a4e7-3ce5c5d1f2d3": "Message Count (Total)", "e4c57276-b55f-4635-a2db-add0f322bb43": "Message Table", "b8611f89-4f50-4ba8-beee-13d82cdaf001": "Message Count (Bar)" } }, "widgets": [ { "id": "b8611f89-4f50-4ba8-beee-13d82cdaf001", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vmafdd AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "0804ccef-f8db-4862-a4e7-3ce5c5d1f2d3", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vmafdd AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "e4c57276-b55f-4635-a2db-add0f322bb43", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vmafdd AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } } ], "widget_mapping": { "b8611f89-4f50-4ba8-beee-13d82cdaf001": [ "da054c30-c9bf-4d61-b2bf-9d477c354469" ], "e4c57276-b55f-4635-a2db-add0f322bb43": [ "980c5c06-1d5c-4f55-a5d0-c8a1e2bcfddc" ], "0804ccef-f8db-4862-a4e7-3ce5c5d1f2d3": [ "3df4fc94-001c-4431-b962-cd401f0edb89" ] }, "positions": { "e4c57276-b55f-4635-a2db-add0f322bb43": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "0804ccef-f8db-4862-a4e7-3ce5c5d1f2d3": { "col": 11, "row": 1, "height": 2, "width": 2 }, "b8611f89-4f50-4ba8-beee-13d82cdaf001": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "8556595a-b698-448a-a399-e15b5cf9b7ab": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "cis-license" }, "widget": { "1dc95a19-2292-4961-bdba-5f823e08d424": "Message Count (Total)", "2d58c7c0-644d-4032-b272-88664b6b94f4": "Message Table", "e2d4a0a1-3ba6-4e0c-9207-4024b4ec7a18": "Message Count (Bar)" } }, "widgets": [ { "id": "e2d4a0a1-3ba6-4e0c-9207-4024b4ec7a18", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:cis\\-license AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "1dc95a19-2292-4961-bdba-5f823e08d424", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:cis\\-license AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "2d58c7c0-644d-4032-b272-88664b6b94f4", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:cis\\-license AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } } ], "widget_mapping": { "1dc95a19-2292-4961-bdba-5f823e08d424": [ "f14857ca-bad4-4532-a766-2167f6c510a9" ], "e2d4a0a1-3ba6-4e0c-9207-4024b4ec7a18": [ "79ac2476-1dcd-488d-8f40-07bacf8e9651" ], "2d58c7c0-644d-4032-b272-88664b6b94f4": [ "db702d01-4936-4539-b185-c6a1253dad2e" ] }, "positions": { "2d58c7c0-644d-4032-b272-88664b6b94f4": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "1dc95a19-2292-4961-bdba-5f823e08d424": { "col": 11, "row": 1, "height": 2, "width": 2 }, "e2d4a0a1-3ba6-4e0c-9207-4024b4ec7a18": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "ccb679f8-51b2-4c92-8959-c318f2bd0240": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vcenter(Event)" }, "widget": { "504dbbbe-dc39-4bb8-ac2a-c9534a49e51c": "Message Count (Total)", "48caa761-e53f-42b5-8d50-aaf703db8f55": "Message Table", "ce4473ad-7d57-4fb3-9125-a03ce1b739b5": "Message Count (Bar)" } }, "widgets": [ { "id": "ce4473ad-7d57-4fb3-9125-a03ce1b739b5", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "504dbbbe-dc39-4bb8-ac2a-c9534a49e51c", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "48caa761-e53f-42b5-8d50-aaf703db8f55", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source", "vmw_vc_eventId", "vmw_vc_partInfo", "vmw_vc_createdTime", "vmw_vc_eventType", "vmw_vc_severity", "vmw_vc_user", "vmw_vc_target", "vmw_vc_desc" ], "show_message_row": false, "show_summary": false, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } } ], "widget_mapping": { "48caa761-e53f-42b5-8d50-aaf703db8f55": [ "4e32074e-1f37-406a-8dc0-1db653e5ed09" ], "504dbbbe-dc39-4bb8-ac2a-c9534a49e51c": [ "a22dbd07-35be-4100-8202-edb8d436ae8b" ], "ce4473ad-7d57-4fb3-9125-a03ce1b739b5": [ "5961547c-66eb-4582-836d-1339a142f753" ] }, "positions": { "48caa761-e53f-42b5-8d50-aaf703db8f55": { "col": 1, "row": 3, "height": 10, "width": "Infinity" }, "ce4473ad-7d57-4fb3-9125-a03ce1b739b5": { "col": 1, "row": 1, "height": 2, "width": 10 }, "504dbbbe-dc39-4bb8-ac2a-c9534a49e51c": { "col": 11, "row": 1, "height": 2, "width": 2 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "d37b96b0-646b-4cb6-969f-74e6a2ef300a": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "rsyslogd" }, "widget": { "1a49fa23-0bf0-4e77-a5cd-0f82a99a0c05": "Message Count (Total)", "f1bd2501-46e3-44f2-a6d6-dddf3c5b6a98": "Message Table", "c8c2d334-19e9-4b75-8989-26a4edddcfc1": "Message Count (Bar)" } }, "widgets": [ { "id": "c8c2d334-19e9-4b75-8989-26a4edddcfc1", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:rsyslogd AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "1a49fa23-0bf0-4e77-a5cd-0f82a99a0c05", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:rsyslogd AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "f1bd2501-46e3-44f2-a6d6-dddf3c5b6a98", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:rsyslogd AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "vmw_vc_username", "direction": "Descending" } ] } } ], "widget_mapping": { "c8c2d334-19e9-4b75-8989-26a4edddcfc1": [ "c166f26f-27d0-40ba-bbd6-1f670a704ec7" ], "1a49fa23-0bf0-4e77-a5cd-0f82a99a0c05": [ "62ec10a6-15bc-42fc-8db5-b79e29497c5c" ], "f1bd2501-46e3-44f2-a6d6-dddf3c5b6a98": [ "3f04987b-02b3-4ed5-ae52-b0c669325511" ] }, "positions": { "f1bd2501-46e3-44f2-a6d6-dddf3c5b6a98": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "1a49fa23-0bf0-4e77-a5cd-0f82a99a0c05": { "col": 11, "row": 1, "height": 2, "width": 2 }, "c8c2d334-19e9-4b75-8989-26a4edddcfc1": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "6f0b0a59-7c3c-4aaa-a4df-0e385ccc92c2": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "eam-access" }, "widget": { "61397730-0746-4495-aea0-24f952552f8f": "Message Count (Total)", "0e78b6ca-e32e-4407-97ea-87d3b73ad113": "Message Table", "9d4b0c7b-a700-48e5-a3c1-ed98f5f4af79": "Message Count (Bar)" } }, "widgets": [ { "id": "0e78b6ca-e32e-4407-97ea-87d3b73ad113", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:eam-access AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "9d4b0c7b-a700-48e5-a3c1-ed98f5f4af79", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:eam-access AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "61397730-0746-4495-aea0-24f952552f8f", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:eam-access AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "9d4b0c7b-a700-48e5-a3c1-ed98f5f4af79": [ "9d65a6a3-2548-43b7-ba47-3a1e306e6aeb" ], "61397730-0746-4495-aea0-24f952552f8f": [ "3bbd16ea-50a1-4e23-be51-86a53819aab5" ], "0e78b6ca-e32e-4407-97ea-87d3b73ad113": [ "c20c6798-e2a2-4783-92cd-72b73352397d" ] }, "positions": { "0e78b6ca-e32e-4407-97ea-87d3b73ad113": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "61397730-0746-4495-aea0-24f952552f8f": { "col": 11, "row": 1, "height": 2, "width": 2 }, "9d4b0c7b-a700-48e5-a3c1-ed98f5f4af79": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "607defa6-ecc5-4057-a6d4-63f20e3a97d8": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vstats" }, "widget": { "86fb31ba-19cf-4dbf-bca9-8507aa87c77f": "Message Count (Total)", "0990b86b-afda-4177-bc67-1525d65c3ad0": "Message Table", "c2a121f3-7094-419d-a221-9b0ca53f7416": "Message Count (Bar)" } }, "widgets": [ { "id": "86fb31ba-19cf-4dbf-bca9-8507aa87c77f", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vstats AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "0990b86b-afda-4177-bc67-1525d65c3ad0", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vstats AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "c2a121f3-7094-419d-a221-9b0ca53f7416", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vstats AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "86fb31ba-19cf-4dbf-bca9-8507aa87c77f": [ "68d417a7-5bac-40e1-8d20-08949290c677" ], "0990b86b-afda-4177-bc67-1525d65c3ad0": [ "a91e58cc-8ef9-4e5a-9bd0-9c69872a1951" ], "c2a121f3-7094-419d-a221-9b0ca53f7416": [ "7125b8d1-e17a-47eb-8d10-fe0b193e16b6" ] }, "positions": { "0990b86b-afda-4177-bc67-1525d65c3ad0": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "86fb31ba-19cf-4dbf-bca9-8507aa87c77f": { "col": 11, "row": 1, "height": 2, "width": 2 }, "c2a121f3-7094-419d-a221-9b0ca53f7416": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "783d194c-e724-4c97-bbdc-d8328373a833": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "applmgmt-audit" }, "widget": { "7f8daf40-e617-4ddf-8bc1-a96abc47adc4": "Message Count (Total)", "ee76cd13-d08d-42bc-89b3-98fabfc8b15e": "Message Table", "96328de8-2b2d-40ea-ae8a-ab1c9dd33647": "Message Count (Bar)" } }, "widgets": [ { "id": "7f8daf40-e617-4ddf-8bc1-a96abc47adc4", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:applmgmt\\-audit AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "96328de8-2b2d-40ea-ae8a-ab1c9dd33647", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:applmgmt\\-audit AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "ee76cd13-d08d-42bc-89b3-98fabfc8b15e", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:applmgmt\\-audit AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source", "level_severity" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } } ], "widget_mapping": { "ee76cd13-d08d-42bc-89b3-98fabfc8b15e": [ "319eef99-ac45-4ba7-9aca-ad4d796a0c83" ], "96328de8-2b2d-40ea-ae8a-ab1c9dd33647": [ "a99b700c-c2eb-4066-9889-57b43831a496" ], "7f8daf40-e617-4ddf-8bc1-a96abc47adc4": [ "e5993b0d-fc55-4664-b33d-be7ce5eda72c" ] }, "positions": { "ee76cd13-d08d-42bc-89b3-98fabfc8b15e": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "7f8daf40-e617-4ddf-8bc1-a96abc47adc4": { "col": 11, "row": 1, "height": 2, "width": 2 }, "96328de8-2b2d-40ea-ae8a-ab1c9dd33647": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "03ff3d22-4cdd-4207-959a-263434218210": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vapi-endpoint-access" }, "widget": { "730ecf0c-0ed0-4943-b4f0-27be07d47e80": "Message Count (Total)", "6eb281c6-dba9-4a5c-96d2-711cd3350e63": "Message Table", "d7a7412c-8173-4186-892e-af61ba9c2940": "Message Count (Bar)" } }, "widgets": [ { "id": "6eb281c6-dba9-4a5c-96d2-711cd3350e63", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-endpoint\\-access AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "vmw_vc_username", "direction": "Descending" } ] } }, { "id": "d7a7412c-8173-4186-892e-af61ba9c2940", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-endpoint\\-access AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "730ecf0c-0ed0-4943-b4f0-27be07d47e80", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-endpoint\\-access AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "d7a7412c-8173-4186-892e-af61ba9c2940": [ "55ae8bfa-7d5e-46bc-9456-1846e487f325" ], "6eb281c6-dba9-4a5c-96d2-711cd3350e63": [ "61ca130c-ed4e-47fc-ada9-1f3ddd5e2f78" ], "730ecf0c-0ed0-4943-b4f0-27be07d47e80": [ "76fbdb0e-a3cd-4009-918b-5288b199a605" ] }, "positions": { "6eb281c6-dba9-4a5c-96d2-711cd3350e63": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "730ecf0c-0ed0-4943-b4f0-27be07d47e80": { "col": 11, "row": 1, "height": 2, "width": 2 }, "d7a7412c-8173-4186-892e-af61ba9c2940": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "0962bd09-1571-4d63-a395-3c1676d2a640": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "sps" }, "widget": { "72ae5e81-8f84-4049-9c9f-e6b43a102129": "Message Count (Total)", "03003a24-ff79-4c90-8bda-ae2df79b9e83": "Message Table", "21129e3d-d66b-4147-9c95-6505f1385a30": "Message Count (Bar)" } }, "widgets": [ { "id": "03003a24-ff79-4c90-8bda-ae2df79b9e83", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sps AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "21129e3d-d66b-4147-9c95-6505f1385a30", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sps AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "72ae5e81-8f84-4049-9c9f-e6b43a102129", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sps AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "21129e3d-d66b-4147-9c95-6505f1385a30": [ "2f7612d0-3915-41f5-863c-a1c338d0632d" ], "03003a24-ff79-4c90-8bda-ae2df79b9e83": [ "7ad2da3b-378a-4621-b146-12a833707c17" ], "72ae5e81-8f84-4049-9c9f-e6b43a102129": [ "0e2bc488-6b5c-4833-86c3-32bf178b40e6" ] }, "positions": { "03003a24-ff79-4c90-8bda-ae2df79b9e83": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "72ae5e81-8f84-4049-9c9f-e6b43a102129": { "col": 11, "row": 1, "height": 2, "width": 2 }, "21129e3d-d66b-4147-9c95-6505f1385a30": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "14da68b2-45d1-45c9-9402-6e1a85e39217": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vpxd" }, "widget": { "23ddfbe9-4cda-4dc0-ba3c-57dbedf7a191": "Message Count (Total)", "a7ba9331-dcf6-417d-b428-b1aafd3cb5eb": "Message Table", "6db904e5-db78-4edf-9abf-26c4497d25b8": "Message Count (Bar)" } }, "widgets": [ { "id": "23ddfbe9-4cda-4dc0-ba3c-57dbedf7a191", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "6db904e5-db78-4edf-9abf-26c4497d25b8", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "a7ba9331-dcf6-417d-b428-b1aafd3cb5eb", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "vmw_vc_username", "direction": "Descending" } ] } } ], "widget_mapping": { "23ddfbe9-4cda-4dc0-ba3c-57dbedf7a191": [ "74a00412-86ba-4ea7-a0ac-37f16ca24c03" ], "6db904e5-db78-4edf-9abf-26c4497d25b8": [ "add6a679-7961-4f3a-a6d0-2d31d025ea8e" ], "a7ba9331-dcf6-417d-b428-b1aafd3cb5eb": [ "88851950-618e-4535-8273-eac1c38e58de" ] }, "positions": { "a7ba9331-dcf6-417d-b428-b1aafd3cb5eb": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "23ddfbe9-4cda-4dc0-ba3c-57dbedf7a191": { "col": 11, "row": 1, "height": 2, "width": 2 }, "6db904e5-db78-4edf-9abf-26c4497d25b8": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "eb1c8f56-d055-49fc-9345-9a675cd82d1c": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "eam-api" }, "widget": { "6e6f1b19-4c13-44fd-801d-89b7eb27cc70": "Message Count (Total)", "eb23e325-b09b-4359-9011-af05cc167079": "Message Table", "e954e959-6cff-4f78-84dd-0915feb19462": "Message Count (Bar)" } }, "widgets": [ { "id": "eb23e325-b09b-4359-9011-af05cc167079", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:eam\\-api AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "level_severity", "source" ], "show_message_row": true, "show_summary": false, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "e954e959-6cff-4f78-84dd-0915feb19462", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:eam\\-api AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "6e6f1b19-4c13-44fd-801d-89b7eb27cc70", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:eam\\-api AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "eb23e325-b09b-4359-9011-af05cc167079": [ "b4a2c8c6-9381-4773-a4db-adb39e7bb29f" ], "e954e959-6cff-4f78-84dd-0915feb19462": [ "cd9f32ec-bff5-4d99-88ac-aee4c78a8ea9" ], "6e6f1b19-4c13-44fd-801d-89b7eb27cc70": [ "30b5d3b5-c4db-4477-8566-3d90c9026cfb" ] }, "positions": { "eb23e325-b09b-4359-9011-af05cc167079": { "col": 1, "row": 3, "height": 10, "width": "Infinity" }, "e954e959-6cff-4f78-84dd-0915feb19462": { "col": 1, "row": 1, "height": 2, "width": 10 }, "6e6f1b19-4c13-44fd-801d-89b7eb27cc70": { "col": 11, "row": 1, "height": 2, "width": 2 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "3aec3f61-aeb3-4d56-bda4-e886c91e2f81": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vpxd-svcs-perf" }, "widget": { "dce26cc0-f72b-4582-a9f3-52a994133eb7": "Message Count (Total)", "2c3a2ee1-4d51-496c-a487-5f98174fc92a": "Message Table", "833c71bb-c967-4e4b-9d27-a7930a3c3d96": "Message Count (Bar)" } }, "widgets": [ { "id": "833c71bb-c967-4e4b-9d27-a7930a3c3d96", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd-svcs-perf AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "2c3a2ee1-4d51-496c-a487-5f98174fc92a", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd-svcs-perf AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": false, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "dce26cc0-f72b-4582-a9f3-52a994133eb7", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd-svcs-perf AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "833c71bb-c967-4e4b-9d27-a7930a3c3d96": [ "cef9dc02-c070-4e50-8fa3-0b26fecab070" ], "2c3a2ee1-4d51-496c-a487-5f98174fc92a": [ "d39dfba9-102f-4ecf-a749-324a8e0ce8c6" ], "dce26cc0-f72b-4582-a9f3-52a994133eb7": [ "fb368267-70e6-4617-ba31-784ff55438e2" ] }, "positions": { "2c3a2ee1-4d51-496c-a487-5f98174fc92a": { "col": 1, "row": 3, "height": 8, "width": "Infinity" }, "833c71bb-c967-4e4b-9d27-a7930a3c3d96": { "col": 1, "row": 1, "height": 2, "width": 10 }, "dce26cc0-f72b-4582-a9f3-52a994133eb7": { "col": 11, "row": 1, "height": 2, "width": 2 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "c4701715-f71e-4fb2-a93c-bb7e5676631f": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "systemd" }, "widget": { "55e63d50-9e78-4449-aa1b-47b45810c368": "Message Count (Total)", "58e759fa-14cf-4d33-861f-c1867aab77a7": "Message Table", "647ed26e-7bb6-41e7-bdc3-231289ccc527": "Message Count (Bar)" } }, "widgets": [ { "id": "55e63d50-9e78-4449-aa1b-47b45810c368", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:systemd AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "647ed26e-7bb6-41e7-bdc3-231289ccc527", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:systemd AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "58e759fa-14cf-4d33-861f-c1867aab77a7", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:systemd AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } } ], "widget_mapping": { "55e63d50-9e78-4449-aa1b-47b45810c368": [ "039e0f5c-ab10-4c80-8893-ef7c53b0ca72" ], "58e759fa-14cf-4d33-861f-c1867aab77a7": [ "b77f591b-9941-4e1a-a4ba-3fabb10a8901" ], "647ed26e-7bb6-41e7-bdc3-231289ccc527": [ "9754edf7-85fa-4aa9-8521-d389d6c13dce" ] }, "positions": { "58e759fa-14cf-4d33-861f-c1867aab77a7": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "55e63d50-9e78-4449-aa1b-47b45810c368": { "col": 11, "row": 1, "height": 2, "width": 2 }, "647ed26e-7bb6-41e7-bdc3-231289ccc527": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "0408d272-cd0b-4a46-bcbe-890c0c02aab6": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "sps-gc" }, "widget": { "dc4c92e3-1a28-46c5-973d-ffe2aa19ec0b": "Message Count (Total)", "26989ba6-d9b7-45a4-9c8d-623236b432c7": "Message Table", "224d939b-4799-4378-8270-b1190a1fc685": "Message Count (Bar)" } }, "widgets": [ { "id": "26989ba6-d9b7-45a4-9c8d-623236b432c7", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sps\\-gc AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "vmw_vc_username", "direction": "Descending" } ] } }, { "id": "224d939b-4799-4378-8270-b1190a1fc685", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sps\\-gc AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "dc4c92e3-1a28-46c5-973d-ffe2aa19ec0b", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sps\\-gc AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "224d939b-4799-4378-8270-b1190a1fc685": [ "372d55f1-9c8b-4611-849e-9aeb36e85694" ], "26989ba6-d9b7-45a4-9c8d-623236b432c7": [ "52b6897a-039e-4ff0-aea1-cb7de1542921" ], "dc4c92e3-1a28-46c5-973d-ffe2aa19ec0b": [ "a29fb7e3-d895-4dac-bbde-ebcb69b1cd9b" ] }, "positions": { "26989ba6-d9b7-45a4-9c8d-623236b432c7": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "dc4c92e3-1a28-46c5-973d-ffe2aa19ec0b": { "col": 11, "row": 1, "height": 2, "width": 2 }, "224d939b-4799-4378-8270-b1190a1fc685": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "e18a9fe1-8825-465d-a277-5aea724859d8": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "sca-vmon.std" }, "widget": { "075fa6e4-d7df-4b38-b98b-50aea1db5738": "Message Count (Total)", "245c1dfa-d42f-4241-9873-7d4b15c7f360": "Message Table", "10644f81-a579-4382-827f-989332e58f2f": "Message Count (Bar)" } }, "widgets": [ { "id": "075fa6e4-d7df-4b38-b98b-50aea1db5738", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sca\\-vmon.std AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "245c1dfa-d42f-4241-9873-7d4b15c7f360", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sca\\-vmon.std AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "10644f81-a579-4382-827f-989332e58f2f", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sca\\-vmon.std AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "075fa6e4-d7df-4b38-b98b-50aea1db5738": [ "a0a875a2-6ec9-47cd-a1a3-cf2cf06ab2ac" ], "10644f81-a579-4382-827f-989332e58f2f": [ "781be6be-6a16-46f4-826d-32592e32eaff" ], "245c1dfa-d42f-4241-9873-7d4b15c7f360": [ "00751b73-a89f-48f6-bfbe-537840e44bd9" ] }, "positions": { "245c1dfa-d42f-4241-9873-7d4b15c7f360": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "075fa6e4-d7df-4b38-b98b-50aea1db5738": { "col": 11, "row": 1, "height": 2, "width": 2 }, "10644f81-a579-4382-827f-989332e58f2f": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "da0e61c1-65f2-4c8a-977f-be2d2921a4ef": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vsan-health-main" }, "widget": { "bc98b729-39ce-48ea-a156-542fef86fee3": "Message Count (Total)", "5b4d60a3-bb92-4059-acc5-c05f11824966": "Message Table", "413427bd-62aa-4cc2-9b30-595084d509ba": "Message Count (Bar)" } }, "widgets": [ { "id": "413427bd-62aa-4cc2-9b30-595084d509ba", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vsan-health-main AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "5b4d60a3-bb92-4059-acc5-c05f11824966", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vsan-health-main AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "bc98b729-39ce-48ea-a156-542fef86fee3", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vsan-health-main AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "413427bd-62aa-4cc2-9b30-595084d509ba": [ "bf094a11-3490-4047-886b-6e6399f153c1" ], "5b4d60a3-bb92-4059-acc5-c05f11824966": [ "a46bbb75-c070-4486-9ee1-873ea154d63f" ], "bc98b729-39ce-48ea-a156-542fef86fee3": [ "0dde4e1e-d905-4462-be4b-e7c01f97420c" ] }, "positions": { "bc98b729-39ce-48ea-a156-542fef86fee3": { "col": 11, "row": 1, "height": 2, "width": 2 }, "413427bd-62aa-4cc2-9b30-595084d509ba": { "col": 1, "row": 1, "height": 2, "width": 10 }, "5b4d60a3-bb92-4059-acc5-c05f11824966": { "col": 1, "row": 3, "height": 11, "width": "Infinity" } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "7bac8c72-9e99-4259-9e8c-d5d9a89178bf": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "sa1" }, "widget": { "24eae30f-a27c-4920-9992-57c6e61544a1": "Message Count (Total)", "54c013bb-8958-472f-9716-b333d0d53969": "Message Table", "db33b7d5-0a8b-48f9-8d4a-95c2e0d76b98": "Message Count (Bar)" } }, "widgets": [ { "id": "db33b7d5-0a8b-48f9-8d4a-95c2e0d76b98", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sa1 AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "54c013bb-8958-472f-9716-b333d0d53969", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sa1 AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "24eae30f-a27c-4920-9992-57c6e61544a1", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sa1 AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "54c013bb-8958-472f-9716-b333d0d53969": [ "c99113a1-fba4-4fae-9cc3-4307cbdff293" ], "db33b7d5-0a8b-48f9-8d4a-95c2e0d76b98": [ "3cfcbc2c-16a2-43b3-902b-1c538a69a9ff" ], "24eae30f-a27c-4920-9992-57c6e61544a1": [ "f84f10ec-7f2e-44db-9376-3f56d3013f8c" ] }, "positions": { "54c013bb-8958-472f-9716-b333d0d53969": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "24eae30f-a27c-4920-9992-57c6e61544a1": { "col": 11, "row": 1, "height": 2, "width": 2 }, "db33b7d5-0a8b-48f9-8d4a-95c2e0d76b98": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "01a8d016-ff21-4b4e-ba82-06a227cc5434": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "rhttpproxy-main" }, "widget": { "f844998b-3a62-4956-9842-99ea9c328557": "Message Count (Total)", "cefb6d32-de3f-4dcd-8f66-619609b16b0a": "Message Table", "8d6b3b49-fe3b-42a3-87e8-7cef36817a5e": "Message Count (Bar)" } }, "widgets": [ { "id": "f844998b-3a62-4956-9842-99ea9c328557", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:rhttpproxy\\-main AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "cefb6d32-de3f-4dcd-8f66-619609b16b0a", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:rhttpproxy\\-main AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "8d6b3b49-fe3b-42a3-87e8-7cef36817a5e", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:rhttpproxy\\-main AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "f844998b-3a62-4956-9842-99ea9c328557": [ "3745a59c-3aab-4b0a-a23c-3addb31da030" ], "cefb6d32-de3f-4dcd-8f66-619609b16b0a": [ "d4ac6441-0357-4fdf-a7c5-6f3492136bdd" ], "8d6b3b49-fe3b-42a3-87e8-7cef36817a5e": [ "c756f117-ebe0-4af0-bb46-5d59800f25b6" ] }, "positions": { "cefb6d32-de3f-4dcd-8f66-619609b16b0a": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "f844998b-3a62-4956-9842-99ea9c328557": { "col": 11, "row": 1, "height": 2, "width": 2 }, "8d6b3b49-fe3b-42a3-87e8-7cef36817a5e": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "444bb738-e7a0-4ebf-8154-bb17ac67bdec": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vum-vmacore" }, "widget": { "fd82e7dc-633b-4ce7-b221-88c2ef431d6a": "Message Count (Total)", "19a3eca3-4674-4bfe-abb9-38d95519ef5e": "Message Table", "71d82c58-1002-4b9d-b0e1-c77cb1157a54": "Message Count (Bar)" } }, "widgets": [ { "id": "19a3eca3-4674-4bfe-abb9-38d95519ef5e", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vum\\-vmacore AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "fd82e7dc-633b-4ce7-b221-88c2ef431d6a", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vum\\-vmacore AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "71d82c58-1002-4b9d-b0e1-c77cb1157a54", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vum\\-vmacore AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "fd82e7dc-633b-4ce7-b221-88c2ef431d6a": [ "59045a70-5252-431d-be72-80704798a85c" ], "19a3eca3-4674-4bfe-abb9-38d95519ef5e": [ "7751241e-16a2-4d74-baf7-474cb2cffaed" ], "71d82c58-1002-4b9d-b0e1-c77cb1157a54": [ "38eb2c9d-b88e-4b18-b4fe-0410df8fc05c" ] }, "positions": { "71d82c58-1002-4b9d-b0e1-c77cb1157a54": { "col": 1, "row": 1, "height": 2, "width": 10 }, "fd82e7dc-633b-4ce7-b221-88c2ef431d6a": { "col": 11, "row": 1, "height": 2, "width": 2 }, "19a3eca3-4674-4bfe-abb9-38d95519ef5e": { "col": 1, "row": 3, "height": 11, "width": "Infinity" } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "4bbac560-e366-45f4-895f-6f4c5c7d379a": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vmcad" }, "widget": { "817f4cf7-acfa-478b-83c3-905f2493deb9": "Message Count (Total)", "d7dc63e6-dc63-4e52-8b38-212b329e2038": "Message Table", "828290c7-2ebd-47f7-854b-9fbc50a651fb": "Message Count (Bar)" } }, "widgets": [ { "id": "d7dc63e6-dc63-4e52-8b38-212b329e2038", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vmcad AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source", "vmw_vc_username", "shell_cmd" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "vmw_vc_username", "direction": "Descending" } ] } }, { "id": "828290c7-2ebd-47f7-854b-9fbc50a651fb", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vmcad AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "817f4cf7-acfa-478b-83c3-905f2493deb9", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vmcad AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "d7dc63e6-dc63-4e52-8b38-212b329e2038": [ "cdb15ef2-d700-4143-aca2-70fd7eb83824" ], "817f4cf7-acfa-478b-83c3-905f2493deb9": [ "de1f7b8f-f79e-4fdf-809d-b642bcc0a0f8" ], "828290c7-2ebd-47f7-854b-9fbc50a651fb": [ "f0079773-45ad-46c6-9dda-dcb5cd40de7a" ] }, "positions": { "d7dc63e6-dc63-4e52-8b38-212b329e2038": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "817f4cf7-acfa-478b-83c3-905f2493deb9": { "col": 11, "row": 1, "height": 2, "width": 2 }, "828290c7-2ebd-47f7-854b-9fbc50a651fb": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "0ac87862-7e3b-422e-a112-8982983ad30b": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "content-library" }, "widget": { "f49b7c22-8167-443c-961f-a7f9b20faf80": "Message Count (Total)", "cea2f726-5c07-4edb-ad9b-337f2d456f5f": "Message Table", "f867d973-89bb-4178-bb38-a08c9c4b2a7a": "Message Count (Bar)" } }, "widgets": [ { "id": "f867d973-89bb-4178-bb38-a08c9c4b2a7a", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:content\\-library AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "cea2f726-5c07-4edb-ad9b-337f2d456f5f", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:content\\-library AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "f49b7c22-8167-443c-961f-a7f9b20faf80", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:content\\-library AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "f867d973-89bb-4178-bb38-a08c9c4b2a7a": [ "5387310e-8fc4-4c29-ad02-9d60994dca93" ], "f49b7c22-8167-443c-961f-a7f9b20faf80": [ "80845e68-3632-401f-bcc7-a9e46f63d054" ], "cea2f726-5c07-4edb-ad9b-337f2d456f5f": [ "ee583c56-8d03-4a16-8d9c-53b54c0ca420" ] }, "positions": { "f49b7c22-8167-443c-961f-a7f9b20faf80": { "col": 11, "row": 1, "height": 2, "width": 2 }, "f867d973-89bb-4178-bb38-a08c9c4b2a7a": { "col": 1, "row": 1, "height": 2, "width": 10 }, "cea2f726-5c07-4edb-ad9b-337f2d456f5f": { "col": 1, "row": 3, "height": 10, "width": "Infinity" } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "188b5c9c-81fe-46e1-a87a-0ce2c1c6bdd2": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "observability-main" }, "widget": { "8d26f95a-8e82-4585-9559-8514615dbc00": "Message Count (Total)", "0476efa6-43ec-490b-b9b2-7b37620ca0e8": "Message Table", "677ee754-d5ce-4b92-bf13-e85dd7be1cc9": "Message Count (Bar)" } }, "widgets": [ { "id": "0476efa6-43ec-490b-b9b2-7b37620ca0e8", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:observability\\-main AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "677ee754-d5ce-4b92-bf13-e85dd7be1cc9", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:observability\\-main AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "8d26f95a-8e82-4585-9559-8514615dbc00", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:observability\\-main AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "677ee754-d5ce-4b92-bf13-e85dd7be1cc9": [ "feaa0abe-73be-44aa-a41a-ef8fa59582fd" ], "0476efa6-43ec-490b-b9b2-7b37620ca0e8": [ "3c500d45-4af6-4dc0-8128-88253fd56ff5" ], "8d26f95a-8e82-4585-9559-8514615dbc00": [ "f80ebc02-8936-4bea-9e94-86a69d22c70b" ] }, "positions": { "0476efa6-43ec-490b-b9b2-7b37620ca0e8": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "8d26f95a-8e82-4585-9559-8514615dbc00": { "col": 11, "row": 1, "height": 2, "width": 2 }, "677ee754-d5ce-4b92-bf13-e85dd7be1cc9": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "40a71c57-529a-47a1-942e-38d2af7bd281": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "certificatemanagement-svcs" }, "widget": { "87cd4f81-334c-4a05-95e5-3e75a06c7c3f": "Message Count (Total)", "c2d4951e-2813-447a-94f9-2918f9f1a2ef": "Message Table", "a1e2b5c8-62c1-4177-a876-5eb18d7f89fe": "Message Count (Bar)" } }, "widgets": [ { "id": "c2d4951e-2813-447a-94f9-2918f9f1a2ef", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:certificatemanagement\\-svcs AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "vmw_vc_username", "direction": "Descending" } ] } }, { "id": "a1e2b5c8-62c1-4177-a876-5eb18d7f89fe", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:certificatemanagement\\-svcs AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "87cd4f81-334c-4a05-95e5-3e75a06c7c3f", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:certificatemanagement\\-svcs AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "a1e2b5c8-62c1-4177-a876-5eb18d7f89fe": [ "2be48e19-4fce-4dfe-a007-33cd39ed9680" ], "c2d4951e-2813-447a-94f9-2918f9f1a2ef": [ "f75451d0-cc82-487a-a68c-43b05d57aba9" ], "87cd4f81-334c-4a05-95e5-3e75a06c7c3f": [ "283a6d5e-d4cd-4eef-84e4-d1e0b6479c7e" ] }, "positions": { "c2d4951e-2813-447a-94f9-2918f9f1a2ef": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "87cd4f81-334c-4a05-95e5-3e75a06c7c3f": { "col": 11, "row": 1, "height": 2, "width": 2 }, "a1e2b5c8-62c1-4177-a876-5eb18d7f89fe": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "7c8329e8-ebfd-4f7c-81a0-729d06060ab3": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "envoy-access" }, "widget": { "fb8b7917-0a75-47a9-b0f9-ebd30aeb6526": "Message Count (Total)", "07a49fa8-e1ad-4798-b0dc-aa20effd2092": "Message Table", "bfe28d92-f508-43b5-b5df-0469b2e7bf4f": "Message Count (Bar)" } }, "widgets": [ { "id": "07a49fa8-e1ad-4798-b0dc-aa20effd2092", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:envoy\\-access AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "bfe28d92-f508-43b5-b5df-0469b2e7bf4f", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:envoy\\-access AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "fb8b7917-0a75-47a9-b0f9-ebd30aeb6526", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:envoy\\-access AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "bfe28d92-f508-43b5-b5df-0469b2e7bf4f": [ "5735a202-9805-445b-bf66-fe499f7bbe9b" ], "fb8b7917-0a75-47a9-b0f9-ebd30aeb6526": [ "5ff68e9d-0212-40af-b399-aab5ac048413" ], "07a49fa8-e1ad-4798-b0dc-aa20effd2092": [ "78fa6bb6-bb25-45d8-86b8-1e040374951c" ] }, "positions": { "07a49fa8-e1ad-4798-b0dc-aa20effd2092": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "fb8b7917-0a75-47a9-b0f9-ebd30aeb6526": { "col": 11, "row": 1, "height": 2, "width": 2 }, "bfe28d92-f508-43b5-b5df-0469b2e7bf4f": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "009ab77f-cdbf-42e3-94a7-f8323e8dd4c3": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "ui-main" }, "widget": { "d75db2ae-4528-4650-b240-790171f45331": "Message Count (Total)", "342d4b47-8d2f-40da-a852-71bf8c202455": "Message Table", "50928070-24d2-4753-ab3c-2650539090a8": "Message Count (Bar)" } }, "widgets": [ { "id": "50928070-24d2-4753-ab3c-2650539090a8", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-main AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "d75db2ae-4528-4650-b240-790171f45331", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-main AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "342d4b47-8d2f-40da-a852-71bf8c202455", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-main AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "vmw_vc_username", "direction": "Descending" } ] } } ], "widget_mapping": { "50928070-24d2-4753-ab3c-2650539090a8": [ "e9687764-5444-4d86-9bb3-b1d16dcafa81" ], "d75db2ae-4528-4650-b240-790171f45331": [ "21f2537e-0023-467d-8782-7547ad4c6555" ], "342d4b47-8d2f-40da-a852-71bf8c202455": [ "7192b89e-4fae-47d1-bc42-f8a49c588ce2" ] }, "positions": { "342d4b47-8d2f-40da-a852-71bf8c202455": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "d75db2ae-4528-4650-b240-790171f45331": { "col": 11, "row": 1, "height": 2, "width": 2 }, "50928070-24d2-4753-ab3c-2650539090a8": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "13c2e337-3c39-4f10-a335-6a1c6210420b": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vami-access" }, "widget": { "d44f73ba-fa18-4b1b-8ea7-1470a75a75f0": "Message Count (Total)", "eee11af8-4343-4a95-945c-0eed902c6a63": "Message Table", "76c74965-4e7e-4a10-8a01-595249c94816": "Message Count (Bar)" } }, "widgets": [ { "id": "eee11af8-4343-4a95-945c-0eed902c6a63", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vami\\-access AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "vmw_vc_username", "direction": "Descending" } ] } }, { "id": "d44f73ba-fa18-4b1b-8ea7-1470a75a75f0", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vami\\-access AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "76c74965-4e7e-4a10-8a01-595249c94816", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vami\\-access AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "eee11af8-4343-4a95-945c-0eed902c6a63": [ "30f4781e-7bf2-4fda-921e-6f9fbea122df" ], "d44f73ba-fa18-4b1b-8ea7-1470a75a75f0": [ "646da815-c9e1-4d7c-bd8a-a0af747b0230" ], "76c74965-4e7e-4a10-8a01-595249c94816": [ "ee747ff6-b2b8-43fb-98e9-2a805ee90f27" ] }, "positions": { "eee11af8-4343-4a95-945c-0eed902c6a63": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "d44f73ba-fa18-4b1b-8ea7-1470a75a75f0": { "col": 11, "row": 1, "height": 2, "width": 2 }, "76c74965-4e7e-4a10-8a01-595249c94816": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "181bf111-5bdc-4456-8d28-0d90478e049f": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "ui-threadmonitor" }, "widget": { "df88e4f1-7c22-43a1-84cb-2b7cb0c83633": "Message Count (Total)", "afe0e5c9-63c7-4827-8610-915db77bc2aa": "Message Table", "277ead50-b762-48c2-bb69-b1323c67cdf8": "Message Count (Bar)" } }, "widgets": [ { "id": "afe0e5c9-63c7-4827-8610-915db77bc2aa", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-threadmonitor AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "df88e4f1-7c22-43a1-84cb-2b7cb0c83633", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-threadmonitor AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "277ead50-b762-48c2-bb69-b1323c67cdf8", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:ui\\-threadmonitor AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "afe0e5c9-63c7-4827-8610-915db77bc2aa": [ "4fe8434f-7085-4b51-a2f3-65f67a8cf4cc" ], "df88e4f1-7c22-43a1-84cb-2b7cb0c83633": [ "c288f37b-a2bd-4943-9247-0e297a17b6c5" ], "277ead50-b762-48c2-bb69-b1323c67cdf8": [ "3ff9dcef-3596-413c-a2df-ca7cd3b50143" ] }, "positions": { "afe0e5c9-63c7-4827-8610-915db77bc2aa": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "df88e4f1-7c22-43a1-84cb-2b7cb0c83633": { "col": 11, "row": 1, "height": 2, "width": 2 }, "277ead50-b762-48c2-bb69-b1323c67cdf8": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "6fb5bec1-b612-4acc-a67b-9197da1af6b6": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "lookupsvc-health" }, "widget": { "9daebcba-6ab8-4a72-94aa-edf206e93485": "Message Count (Total)", "91c84cd1-db34-4147-8a22-fa13fe759cab": "Message Table", "e0cf09a7-ab4f-4327-98b2-29b2b52f2288": "Message Count (Bar)" } }, "widgets": [ { "id": "91c84cd1-db34-4147-8a22-fa13fe759cab", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:lookupsvc\\-health AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "9daebcba-6ab8-4a72-94aa-edf206e93485", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:lookupsvc\\-health AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "e0cf09a7-ab4f-4327-98b2-29b2b52f2288", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:lookupsvc\\-health AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "91c84cd1-db34-4147-8a22-fa13fe759cab": [ "4cac2a61-d3b8-4e93-a5b4-23e9225e8dc9" ], "9daebcba-6ab8-4a72-94aa-edf206e93485": [ "7f3669b7-d2b6-438c-b541-a2122c6cc87f" ], "e0cf09a7-ab4f-4327-98b2-29b2b52f2288": [ "b94c9753-5bfa-4e20-8c22-3f1a50c4eb9e" ] }, "positions": { "91c84cd1-db34-4147-8a22-fa13fe759cab": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "9daebcba-6ab8-4a72-94aa-edf206e93485": { "col": 11, "row": 1, "height": 2, "width": 2 }, "e0cf09a7-ab4f-4327-98b2-29b2b52f2288": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "b86d061e-26da-43c6-9ddc-cfebcced6fdd": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "dnsmasq" }, "widget": { "ab5edb56-128d-4424-bea3-eb9528056fc5": "Message Count (Total)", "b35dda91-e5e1-417b-9ad5-e1919a4d7d90": "Message Table", "d619ae3d-bca2-4836-aa1d-3577421ef024": "Message Count (Bar)" } }, "widgets": [ { "id": "ab5edb56-128d-4424-bea3-eb9528056fc5", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:dnsmasq AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "b35dda91-e5e1-417b-9ad5-e1919a4d7d90", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:dnsmasq AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "vmw_vc_username", "direction": "Descending" } ] } }, { "id": "d619ae3d-bca2-4836-aa1d-3577421ef024", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:dnsmasq AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "ab5edb56-128d-4424-bea3-eb9528056fc5": [ "8ef1778f-5e7c-4e76-9fd3-3f96fef0160e" ], "d619ae3d-bca2-4836-aa1d-3577421ef024": [ "86cb76a1-e278-4a75-ae0f-cb213964b6b8" ], "b35dda91-e5e1-417b-9ad5-e1919a4d7d90": [ "9e0d98e3-ffca-4dc5-be49-2b56d8717407" ] }, "positions": { "b35dda91-e5e1-417b-9ad5-e1919a4d7d90": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "ab5edb56-128d-4424-bea3-eb9528056fc5": { "col": 11, "row": 1, "height": 2, "width": 2 }, "d619ae3d-bca2-4836-aa1d-3577421ef024": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "769ba929-1f7c-4c71-a6a2-689321c41af6": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vapi-gc" }, "widget": { "c9b999dc-58d6-4a9c-a86a-5e35a6372b00": "Message Count (Total)", "210fd99b-70da-4f59-8809-e899a475cefc": "Message Table", "b273e2ed-5acc-468d-bb90-82e2aeb22301": "Message Count (Bar)" } }, "widgets": [ { "id": "c9b999dc-58d6-4a9c-a86a-5e35a6372b00", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-gc AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "210fd99b-70da-4f59-8809-e899a475cefc", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-gc AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "b273e2ed-5acc-468d-bb90-82e2aeb22301", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vapi\\-gc AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "c9b999dc-58d6-4a9c-a86a-5e35a6372b00": [ "c82b1f2e-521f-4d61-b44f-294dd74461cc" ], "b273e2ed-5acc-468d-bb90-82e2aeb22301": [ "2c0cc312-5d39-4ced-b825-ddb485de239c" ], "210fd99b-70da-4f59-8809-e899a475cefc": [ "3f7d9827-11a3-49b3-8379-6851a4456447" ] }, "positions": { "210fd99b-70da-4f59-8809-e899a475cefc": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "c9b999dc-58d6-4a9c-a86a-5e35a6372b00": { "col": 11, "row": 1, "height": 2, "width": 2 }, "b273e2ed-5acc-468d-bb90-82e2aeb22301": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "0e76d40c-9be2-4c0e-8732-7d88d55cd75e": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "postgres-archiver" }, "widget": { "a5892a51-f561-4814-9639-47e4ec06f96f": "Message Count (Total)", "4add0891-36dd-4682-bb09-e7df55bd795f": "Message Table", "eb5039f1-2dc3-4130-a265-2d9cf4c39b44": "Message Count (Bar)" } }, "widgets": [ { "id": "4add0891-36dd-4682-bb09-e7df55bd795f", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:postgres\\-archiver AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "a5892a51-f561-4814-9639-47e4ec06f96f", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:postgres\\-archiver AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "eb5039f1-2dc3-4130-a265-2d9cf4c39b44", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:postgres\\-archiver AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "4add0891-36dd-4682-bb09-e7df55bd795f": [ "58f1fdef-80b0-4617-9a30-5803c299609b" ], "a5892a51-f561-4814-9639-47e4ec06f96f": [ "6b035c94-53cb-43e0-9820-817b41f192c6" ], "eb5039f1-2dc3-4130-a265-2d9cf4c39b44": [ "a01c5315-4437-4930-8d34-0e441b2c2cf5" ] }, "positions": { "4add0891-36dd-4682-bb09-e7df55bd795f": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "a5892a51-f561-4814-9639-47e4ec06f96f": { "col": 11, "row": 1, "height": 2, "width": 2 }, "eb5039f1-2dc3-4130-a265-2d9cf4c39b44": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "e5182073-6806-482d-b81b-16013eec6509": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "trustmanagement-svcs" }, "widget": { "578fe686-1a56-45f8-9678-e5fbca766199": "Message Count (Total)", "7ed4eb9d-6c5d-4295-a1c4-2af6c7dc6d79": "Message Table", "ba02e2d4-6ecf-480c-955b-fb60be590b55": "Message Count (Bar)" } }, "widgets": [ { "id": "7ed4eb9d-6c5d-4295-a1c4-2af6c7dc6d79", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:trustmanagement\\-svcs AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": false, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "578fe686-1a56-45f8-9678-e5fbca766199", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:trustmanagement\\-svcs AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "ba02e2d4-6ecf-480c-955b-fb60be590b55", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:trustmanagement\\-svcs AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "578fe686-1a56-45f8-9678-e5fbca766199": [ "f92240cb-fdd9-42c5-8035-166c3d8e1815" ], "ba02e2d4-6ecf-480c-955b-fb60be590b55": [ "e6a2e4f8-4098-42b6-83ec-bd7daa1d18c7" ], "7ed4eb9d-6c5d-4295-a1c4-2af6c7dc6d79": [ "42670028-4246-45e9-9734-bd7141bb9859" ] }, "positions": { "7ed4eb9d-6c5d-4295-a1c4-2af6c7dc6d79": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "578fe686-1a56-45f8-9678-e5fbca766199": { "col": 11, "row": 1, "height": 2, "width": 2 }, "ba02e2d4-6ecf-480c-955b-fb60be590b55": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "7282670e-01a7-4333-bbe4-dc0c2f604d46": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "sca-gc" }, "widget": { "69b3d1ec-d139-4d06-a147-d565c1dfea63": "Message Count (Total)", "1d168a0d-4095-4dc5-b123-7e500fa02d70": "Message Table", "e7b8bccb-5fe6-411f-853a-60b2dcd57af8": "Message Count (Bar)" } }, "widgets": [ { "id": "1d168a0d-4095-4dc5-b123-7e500fa02d70", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sca\\-gc AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "e7b8bccb-5fe6-411f-853a-60b2dcd57af8", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sca\\-gc AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "69b3d1ec-d139-4d06-a147-d565c1dfea63", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sca\\-gc AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "1d168a0d-4095-4dc5-b123-7e500fa02d70": [ "f90ce6f7-6e73-4e45-be0e-62ac3454dc90" ], "e7b8bccb-5fe6-411f-853a-60b2dcd57af8": [ "6b4b2575-6d44-4048-8140-fab9879ed309" ], "69b3d1ec-d139-4d06-a147-d565c1dfea63": [ "4dc2a636-aac7-47e7-8b0d-f611e4e92efe" ] }, "positions": { "1d168a0d-4095-4dc5-b123-7e500fa02d70": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "69b3d1ec-d139-4d06-a147-d565c1dfea63": { "col": 11, "row": 1, "height": 2, "width": 2 }, "e7b8bccb-5fe6-411f-853a-60b2dcd57af8": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "eb6fd2e4-3155-418f-944a-3bfbad57061b": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "applmgmt" }, "widget": { "f523b7c4-9159-436b-98df-93e8544df7ab": "Message Count (Total)", "bae49b81-e101-4cc4-a6b5-c3bba14f0486": "Message Table", "fef6f603-15c5-47e8-9fbf-eca51f53bd64": "Message Count (Bar)" } }, "widgets": [ { "id": "f523b7c4-9159-436b-98df-93e8544df7ab", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:applmgmt AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "fef6f603-15c5-47e8-9fbf-eca51f53bd64", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:applmgmt AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "bae49b81-e101-4cc4-a6b5-c3bba14f0486", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:applmgmt AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } } ], "widget_mapping": { "fef6f603-15c5-47e8-9fbf-eca51f53bd64": [ "5e51f283-c8b0-4072-9807-1497a1cca4bc" ], "bae49b81-e101-4cc4-a6b5-c3bba14f0486": [ "5df6c16f-50f3-42fe-8272-8ba0baabf104" ], "f523b7c4-9159-436b-98df-93e8544df7ab": [ "32d1c1cd-2fcd-4f08-a0eb-edcf0bc39f7b" ] }, "positions": { "bae49b81-e101-4cc4-a6b5-c3bba14f0486": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "f523b7c4-9159-436b-98df-93e8544df7ab": { "col": 11, "row": 1, "height": 2, "width": 2 }, "fef6f603-15c5-47e8-9fbf-eca51f53bd64": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "42b93def-a06c-4c5c-8e38-5180b64337a7": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vpxd-main" }, "widget": { "d46fcf7b-4327-4231-8570-1edfb73c2634": "Message Count (Total)", "a612f2bc-ecf5-43c6-bff6-590b57f8011f": "Message Table", "795f88c9-5a23-4131-b82a-832a9398e188": "Message Count (Bar)" } }, "widgets": [ { "id": "a612f2bc-ecf5-43c6-bff6-590b57f8011f", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd-main AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source", "vmw_vc_opID", "vmw_vc_sub" ], "show_message_row": true, "show_summary": false, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "d46fcf7b-4327-4231-8570-1edfb73c2634", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd-main AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "795f88c9-5a23-4131-b82a-832a9398e188", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd-main AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "a612f2bc-ecf5-43c6-bff6-590b57f8011f": [ "3400c675-d649-41c7-a8cf-8386beb2893f" ], "795f88c9-5a23-4131-b82a-832a9398e188": [ "62956b22-2d17-4c52-b172-d24b2b1e2f15" ], "d46fcf7b-4327-4231-8570-1edfb73c2634": [ "8851ce20-3112-4cdd-ab3d-9d4155c253d0" ] }, "positions": { "d46fcf7b-4327-4231-8570-1edfb73c2634": { "col": 11, "row": 1, "height": 2, "width": 2 }, "795f88c9-5a23-4131-b82a-832a9398e188": { "col": 1, "row": 1, "height": 2, "width": 10 }, "a612f2bc-ecf5-43c6-bff6-590b57f8011f": { "col": 1, "row": 3, "height": 11, "width": "Infinity" } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "481e2d94-78df-4bff-b1b3-382e994099c6": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "wcpsvc" }, "widget": { "d5bec80a-14f0-4fde-b06d-649568603f48": "Message Count (Total)", "e6b5d4b1-1956-4487-bbee-4563a9c5d1b1": "Message Table", "43d1da7d-1861-4fcb-beed-b049f9ba39a8": "Message Count (Bar)" } }, "widgets": [ { "id": "d5bec80a-14f0-4fde-b06d-649568603f48", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:wcpsvc AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "43d1da7d-1861-4fcb-beed-b049f9ba39a8", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:wcpsvc AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "e6b5d4b1-1956-4487-bbee-4563a9c5d1b1", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:wcpsvc AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } } ], "widget_mapping": { "d5bec80a-14f0-4fde-b06d-649568603f48": [ "747356d0-1264-48d0-abf5-4a7f3720f56f" ], "e6b5d4b1-1956-4487-bbee-4563a9c5d1b1": [ "665b5505-a3c4-4d81-b7a5-3d4b6123dbac" ], "43d1da7d-1861-4fcb-beed-b049f9ba39a8": [ "b554846b-e9c5-473b-b265-6c9fe4476a7b" ] }, "positions": { "e6b5d4b1-1956-4487-bbee-4563a9c5d1b1": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "d5bec80a-14f0-4fde-b06d-649568603f48": { "col": 11, "row": 1, "height": 2, "width": 2 }, "43d1da7d-1861-4fcb-beed-b049f9ba39a8": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "0af9f5fb-7951-4c50-8572-e25a986587ff": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vdtc-main" }, "widget": { "a47d7e56-63d8-4f04-aa2c-7a07a6f672d9": "Message Count (Total)", "2df8ecd8-d5a5-4e03-b634-9b81bbf4deb8": "Message Table", "640bb036-d141-4d56-b345-c0e0c5a34ec1": "Message Count (Bar)" } }, "widgets": [ { "id": "2df8ecd8-d5a5-4e03-b634-9b81bbf4deb8", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vdtc\\-main AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "a47d7e56-63d8-4f04-aa2c-7a07a6f672d9", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vdtc\\-main AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "640bb036-d141-4d56-b345-c0e0c5a34ec1", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vdtc\\-main AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "2df8ecd8-d5a5-4e03-b634-9b81bbf4deb8": [ "47c5c24a-63c9-437f-933b-d43eeb5682e5" ], "a47d7e56-63d8-4f04-aa2c-7a07a6f672d9": [ "da631e0f-0c9b-4a12-9579-9f751eee0899" ], "640bb036-d141-4d56-b345-c0e0c5a34ec1": [ "dfe46fbe-b90e-4366-9a04-4e7cd9bd9278" ] }, "positions": { "2df8ecd8-d5a5-4e03-b634-9b81bbf4deb8": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "a47d7e56-63d8-4f04-aa2c-7a07a6f672d9": { "col": 11, "row": 1, "height": 2, "width": 2 }, "640bb036-d141-4d56-b345-c0e0c5a34ec1": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "f38572b0-990d-4a25-96de-8c2857ee6160": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vpxd-svcs-main" }, "widget": { "cf9258d7-4214-4b97-8d84-0bab81778c4c": "Message Count (Total)", "f5062c43-9a33-4ad5-aaee-da82ff657c5a": "Message Table", "beaa5425-9f8e-49fa-8d4a-cb50d75e7352": "Message Count (Bar)" } }, "widgets": [ { "id": "beaa5425-9f8e-49fa-8d4a-cb50d75e7352", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-svcs\\-main AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "cf9258d7-4214-4b97-8d84-0bab81778c4c", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-svcs\\-main AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "f5062c43-9a33-4ad5-aaee-da82ff657c5a", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-svcs\\-main AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "vmw_vc_username", "direction": "Descending" } ] } } ], "widget_mapping": { "beaa5425-9f8e-49fa-8d4a-cb50d75e7352": [ "ef7d251c-ac85-4a80-bbfd-25d016984d0c" ], "f5062c43-9a33-4ad5-aaee-da82ff657c5a": [ "51ac3274-2be0-4c1e-b113-da668e01b223" ], "cf9258d7-4214-4b97-8d84-0bab81778c4c": [ "497a3491-987f-4d6c-befc-367c56f01f4f" ] }, "positions": { "f5062c43-9a33-4ad5-aaee-da82ff657c5a": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "cf9258d7-4214-4b97-8d84-0bab81778c4c": { "col": 11, "row": 1, "height": 2, "width": 2 }, "beaa5425-9f8e-49fa-8d4a-cb50d75e7352": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "cf8607e7-6003-4872-8201-fe471e991c4d": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "sso-tomcat" }, "widget": { "de25eed7-dd3e-4d8e-b9ee-cc50d09fe156": "Message Count (Total)", "7810c66e-b5cf-4321-bf4e-0b1362e07697": "Message Table", "e7612d0f-a27d-4b4c-9214-4b1e59b0c375": "Message Count (Bar)" } }, "widgets": [ { "id": "e7612d0f-a27d-4b4c-9214-4b1e59b0c375", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sso\\-tomcat AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "7810c66e-b5cf-4321-bf4e-0b1362e07697", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sso\\-tomcat AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "de25eed7-dd3e-4d8e-b9ee-cc50d09fe156", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sso\\-tomcat AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "7810c66e-b5cf-4321-bf4e-0b1362e07697": [ "001c7e17-5b70-421b-913e-b8e78f69010c" ], "e7612d0f-a27d-4b4c-9214-4b1e59b0c375": [ "ab652eb6-ca38-42f1-aea3-06239a168f1d" ], "de25eed7-dd3e-4d8e-b9ee-cc50d09fe156": [ "adf4f9cf-8f46-4ed7-82f5-18648cbeea26" ] }, "positions": { "7810c66e-b5cf-4321-bf4e-0b1362e07697": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "de25eed7-dd3e-4d8e-b9ee-cc50d09fe156": { "col": 11, "row": 1, "height": 2, "width": 2 }, "e7612d0f-a27d-4b4c-9214-4b1e59b0c375": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "07b7c275-b22d-42d1-b6eb-e08ae746d7fc": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "ssoadminserver" }, "widget": { "d213e3df-0f54-4960-829d-f5c41785153f": "Message Count (Total)", "513eb74b-667e-4ae5-a48d-1e56971b71b9": "Message Table", "417f99e0-8740-4a44-ae5b-1d3199a78740": "Message Count (Bar)" } }, "widgets": [ { "id": "513eb74b-667e-4ae5-a48d-1e56971b71b9", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:ssoadminserver AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source", "vmw_vc_component_id", "vmw_vc_opID", "vmw_vc_com_vmware", "vmw_vc_desc" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "417f99e0-8740-4a44-ae5b-1d3199a78740", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:ssoadminserver AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "d213e3df-0f54-4960-829d-f5c41785153f", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:ssoadminserver AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "513eb74b-667e-4ae5-a48d-1e56971b71b9": [ "9674155c-07e3-4a78-93f1-2307b8a79389" ], "417f99e0-8740-4a44-ae5b-1d3199a78740": [ "02156fc5-7356-4010-8b07-2f609d28d664" ], "d213e3df-0f54-4960-829d-f5c41785153f": [ "e157fe92-f80f-445e-881c-096529846905" ] }, "positions": { "513eb74b-667e-4ae5-a48d-1e56971b71b9": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "d213e3df-0f54-4960-829d-f5c41785153f": { "col": 11, "row": 1, "height": 2, "width": 2 }, "417f99e0-8740-4a44-ae5b-1d3199a78740": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "2c8a61dc-e140-4d6f-9819-cdfe1bd87f78": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "analytics" }, "widget": { "8f93a4e2-a6ec-4977-b83d-4b348ad1eade": "Message Count (Total)", "370ac392-70c5-4d16-987e-0f7265f7aad6": "Message Table", "f92bee53-8b0d-4e23-a257-0cbfb4eee1a7": "Message Count (Bar)" } }, "widgets": [ { "id": "370ac392-70c5-4d16-987e-0f7265f7aad6", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:analytics AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "f92bee53-8b0d-4e23-a257-0cbfb4eee1a7", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:analytics AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "8f93a4e2-a6ec-4977-b83d-4b348ad1eade", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:analytics AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "f92bee53-8b0d-4e23-a257-0cbfb4eee1a7": [ "10ee1665-6587-4776-9fe1-26c2dc80b0ea" ], "8f93a4e2-a6ec-4977-b83d-4b348ad1eade": [ "58fa3b27-a621-4860-a6d9-8578f4abefbc" ], "370ac392-70c5-4d16-987e-0f7265f7aad6": [ "636ccf2f-c40e-4020-b0ad-1d1b585a22df" ] }, "positions": { "370ac392-70c5-4d16-987e-0f7265f7aad6": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "8f93a4e2-a6ec-4977-b83d-4b348ad1eade": { "col": 11, "row": 1, "height": 2, "width": 2 }, "f92bee53-8b0d-4e23-a257-0cbfb4eee1a7": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "50a77924-3491-482c-8b24-5682d645c9e6": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "eam-main" }, "widget": { "2cced670-3c67-45a8-8fb7-81f466043eba": "Message Count (Total)", "6088dd01-6722-4ae5-acdc-d2d0944d9ec3": "Message Table", "e9c8c454-0c02-4205-811b-8288a4c2f060": "Message Count (Bar)" } }, "widgets": [ { "id": "e9c8c454-0c02-4205-811b-8288a4c2f060", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:eam\\-main AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "6088dd01-6722-4ae5-acdc-d2d0944d9ec3", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:eam\\-main AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "vmw_vc_username", "direction": "Descending" } ] } }, { "id": "2cced670-3c67-45a8-8fb7-81f466043eba", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:eam\\-main AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "e9c8c454-0c02-4205-811b-8288a4c2f060": [ "8564f34f-ce74-4acf-882a-f02fd294e35e" ], "6088dd01-6722-4ae5-acdc-d2d0944d9ec3": [ "e9965845-0e5a-4249-846c-f2a96a2f2683" ], "2cced670-3c67-45a8-8fb7-81f466043eba": [ "44171263-d250-45f0-8635-99ae2338f2da" ] }, "positions": { "6088dd01-6722-4ae5-acdc-d2d0944d9ec3": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "2cced670-3c67-45a8-8fb7-81f466043eba": { "col": 11, "row": 1, "height": 2, "width": 2 }, "e9c8c454-0c02-4205-811b-8288a4c2f060": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "b37d0887-3e8f-47e3-9fe1-abc085024a25": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vpxd-profiler" }, "widget": { "e4d142a6-2439-4768-a43a-60c8f595e977": "Message Count (Total)", "34aebf49-3035-409c-bff8-ece5935b7b8f": "Message Table", "b5de3c85-e922-4e64-9ebc-91287a8efc9f": "Message Count (Bar)" } }, "widgets": [ { "id": "34aebf49-3035-409c-bff8-ece5935b7b8f", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-profiler AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source", "vmw_vc_username", "shell_cmd" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "vmw_vc_username", "direction": "Descending" } ] } }, { "id": "e4d142a6-2439-4768-a43a-60c8f595e977", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-profiler AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "b5de3c85-e922-4e64-9ebc-91287a8efc9f", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:vpxd\\-profiler AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "34aebf49-3035-409c-bff8-ece5935b7b8f": [ "c428465d-930e-4818-a7a4-36e6e9393c75" ], "e4d142a6-2439-4768-a43a-60c8f595e977": [ "fa4e219e-1b13-497c-932c-8a1ff76fead8" ], "b5de3c85-e922-4e64-9ebc-91287a8efc9f": [ "136ace07-3583-415e-aa2d-3d019b7d607e" ] }, "positions": { "34aebf49-3035-409c-bff8-ece5935b7b8f": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "e4d142a6-2439-4768-a43a-60c8f595e977": { "col": 11, "row": 1, "height": 2, "width": 2 }, "b5de3c85-e922-4e64-9ebc-91287a8efc9f": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "3ebc9460-d432-49c1-8e6b-76a1adb21ed7": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "CROND" }, "widget": { "40e6e7d3-528f-4415-8d4b-a7daa6887afb": "Message Count (Total)", "2c0031a5-7b3f-464a-aaf0-a60d5d7ac8a1": "Message Table", "f6a9c592-71dd-4262-a0f9-65b93b287b1b": "Message Count (Bar)" } }, "widgets": [ { "id": "2c0031a5-7b3f-464a-aaf0-a60d5d7ac8a1", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:CROND AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "f6a9c592-71dd-4262-a0f9-65b93b287b1b", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:CROND AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "40e6e7d3-528f-4415-8d4b-a7daa6887afb", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:CROND AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "f6a9c592-71dd-4262-a0f9-65b93b287b1b": [ "63c2a933-9ab9-442b-810b-a04cc8c46fba" ], "2c0031a5-7b3f-464a-aaf0-a60d5d7ac8a1": [ "62ae6d9a-e681-4577-bb2e-ddcb10f79f78" ], "40e6e7d3-528f-4415-8d4b-a7daa6887afb": [ "2515e861-1d61-42aa-8529-f0bb3852b11b" ] }, "positions": { "2c0031a5-7b3f-464a-aaf0-a60d5d7ac8a1": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "40e6e7d3-528f-4415-8d4b-a7daa6887afb": { "col": 11, "row": 1, "height": 2, "width": 2 }, "f6a9c592-71dd-4262-a0f9-65b93b287b1b": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "a6d26927-2518-40c3-96fb-975e432e537c": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "cloudvm-ram-size" }, "widget": { "bc222753-1492-4cf0-8c35-445a1cf38d2a": "Message Count (Total)", "5dc70d8e-13d6-425d-8957-d48aecd06a82": "Message Table", "287dae3c-b906-443d-82dc-a7a9df855692": "Message Count (Bar)" } }, "widgets": [ { "id": "bc222753-1492-4cf0-8c35-445a1cf38d2a", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:cloudvm\\-ram\\-size AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "287dae3c-b906-443d-82dc-a7a9df855692", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:cloudvm\\-ram\\-size AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "5dc70d8e-13d6-425d-8957-d48aecd06a82", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:cloudvm\\-ram\\-size AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } } ], "widget_mapping": { "bc222753-1492-4cf0-8c35-445a1cf38d2a": [ "62703dc2-968e-45ec-9804-5ee61d74fa47" ], "5dc70d8e-13d6-425d-8957-d48aecd06a82": [ "a1e3d3ff-2982-4ba2-aa66-18493e681826" ], "287dae3c-b906-443d-82dc-a7a9df855692": [ "41fe5fc1-2160-44e6-8cb2-0b2f30bf0216" ] }, "positions": { "5dc70d8e-13d6-425d-8957-d48aecd06a82": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "bc222753-1492-4cf0-8c35-445a1cf38d2a": { "col": 11, "row": 1, "height": 2, "width": 2 }, "287dae3c-b906-443d-82dc-a7a9df855692": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "e1046dd6-3979-4546-aef6-98cddda897d6": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "sendmail" }, "widget": { "511f2011-b7dc-46f9-8c20-7dc851886022": "Message Count (Total)", "556c7bc9-1f28-49c4-9c70-62b2d71a25d9": "Message Table", "05ea7f81-b39f-4669-b4c9-21ab52e5ebee": "Message Count (Bar)" } }, "widgets": [ { "id": "511f2011-b7dc-46f9-8c20-7dc851886022", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sendmail AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "05ea7f81-b39f-4669-b4c9-21ab52e5ebee", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sendmail AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "556c7bc9-1f28-49c4-9c70-62b2d71a25d9", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:sendmail AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source" ], "show_message_row": true, "show_summary": true, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } } ], "widget_mapping": { "511f2011-b7dc-46f9-8c20-7dc851886022": [ "4a94af74-4826-402c-a00a-0654da87a68f" ], "05ea7f81-b39f-4669-b4c9-21ab52e5ebee": [ "c52bf47b-4339-4ea2-86b2-9b3b640221b3" ], "556c7bc9-1f28-49c4-9c70-62b2d71a25d9": [ "1cade9b1-da62-4f96-9654-919cff259935" ] }, "positions": { "556c7bc9-1f28-49c4-9c70-62b2d71a25d9": { "col": 1, "row": 3, "height": 6, "width": "Infinity" }, "511f2011-b7dc-46f9-8c20-7dc851886022": { "col": 11, "row": 1, "height": 2, "width": 2 }, "05ea7f81-b39f-4669-b4c9-21ab52e5ebee": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } } }, "properties": [], "owner": "admin@lab.lan", "title": { "@type": "string", "@value": "VMWARE VCSA 8.X - Dashboards - Components" }, "type": "DASHBOARD", "description": { "@type": "string", "@value": "" } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline", "version": "1" }, "id": "d91ff26e-b7c4-4e47-8068-16fb799fa355", "data": { "title": { "@type": "string", "@value": "VCenter - vpxd-main" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "pipeline \"VCenter - vpxd-main\"\nstage 0 match either\nrule \"VMWARE Replace carriage return\"\nstage 1 match either\nrule \"Syslog - VMWARE ESXI - vpxd-main\"\nstage 2 match either\nrule \"Syslog - VMWARE ESXI - vpxd-main 02\"\nend" }, "connected_streams": [ { "@type": "string", "@value": "d49aaba6-decf-4dda-a2c8-e58321f32fb9" } ] }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline_rule", "version": "1" }, "id": "d54c6e19-3303-4b08-8579-c6bc02f3d972", "data": { "title": { "@type": "string", "@value": "Syslog - VMWARE ESXI - vpxd-main 02" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "rule \"Syslog - VMWARE ESXI - vpxd-main 02\"\nwhen\n has_field(\"application_name\") AND regex(\"vpxd-main\", to_string($message.application_name)).matches == true AND regex(\"\\\\[VpxLRO\\\\]\", to_string($message.message)).matches == false\nthen\n \n let msg2 = to_string($message.vmw_vc_orig_sub_opid_elements);\n let msg3 = to_string($message.vmw_vc_desc);\n \n \n \n let vpxd_main3 = grok(pattern: \"%{DATA:vmw_vc_vmware_value1} vmw_vc_sub=%{DATA:vmw_vc_sub} vmw_vc_opID=%{GREEDYDATA:vmw_vc_opID}\", value: to_string(msg2), only_named_captures: true);\n set_fields(vpxd_main3);\n \n let vpxd_main4 = grok(pattern: \"annotation = %{DATA:vmw_vc_virtual_machine_note}\\\\, \\\\} to VM ds:%{DATA:vmw_vc_virtual_machine_pathname} on host %{IPV4:vmw_vc_esxi_hosting_ip}\", value: to_string(msg3), only_named_captures: true);\n set_fields(vpxd_main4);\n \nend\n" } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline_rule", "version": "1" }, "id": "c57aa3ec-3628-4e65-ada5-0eb4e53c3646", "data": { "title": { "@type": "string", "@value": "Syslog - VMWARE ESXI - vpxd-main - VPXLRO 2" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "rule \"Syslog - VMWARE ESXI - vpxd-main - VPXLRO 2\"\nwhen\n has_field(\"vmw_vc_desc\") AND regex(\"vpxd-main\", to_string($message.application_name)).matches == true AND regex(\"\\\\[VpxLRO\\\\]\", to_string($message.vmw_vc_desc)).matches == true\nthen\n let msg = to_string($message.vmw_vc_desc);\n\n let vpxdmain4 = grok(pattern: \"\\\\[%{DATA:vmw_vc_class}\\\\] -- %{DATA:vmw_vc_status_session} session\\\\[%{DATA:vmw_vc_session_id}\\\\]%{DATA:vmw_vc_session_parent_id}\", value: to_string(msg), only_named_captures: true);\n set_fields(vpxdmain4);\n \n let vpxdmain5 = grok(pattern: \"\\\\[%{DATA:vmw_vc_class}\\\\] -- %{DATA:vmw_vc_status_session} session\\\\[%{DATA:vmw_vc_session_id}\\\\]%{DATA:vmw_vc_session_parent_id} -- %{DATA:vmw_vc_object} -- %{DATA:vmw_vc_sub_object} -- %{DATA:vmw_vc_object_id}\\\\(%{DATA:vmw_vc_object_parent_id}\\\\)\", value: to_string(msg), only_named_captures: true);\n set_fields(vpxdmain5);\n \n let vpxdmain6 = grok(pattern: \"\\\\[%{DATA:vmw_vc_class}\\\\] -- %{DATA:vmw_vc_status_session} lro-%{GREEDYDATA:vmw_vc_lro_id}\", value: to_string(msg), only_named_captures: true);\n set_fields(vpxdmain6);\n \n let vpxdmain6 = grok(pattern: \"\\\\[%{DATA:vmw_vc_class}\\\\] -- %{DATA:vmw_vc_status_session} lro-%{DATA:vmw_vc_lro_id} -- %{DATA:vmw_vc_object} -- %{DATA:vmw_vc_sub_object} -- %{DATA:vmw_vc_object_id}\\\\(%{DATA:vmw_vc_object_parent_id}\\\\)\", value: to_string(msg), only_named_captures: true);\n set_fields(vpxdmain6);\n \n \n \n \nend\n" } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline_rule", "version": "1" }, "id": "61448308-7a70-45ac-8a40-124bee73d452", "data": { "title": { "@type": "string", "@value": "Syslog - VMWARE VCENTER - 02" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "rule \"Syslog - VMWARE VCENTER - 02\"\nwhen\n has_field(\"vmw_vc_desc\") AND regex(\"Event \\\\[\", to_string($message.message)).matches == true\nthen\n let msg = to_string($message.vmw_vc_desc);\n \n let vcenter2 = grok(pattern: \"User %{DATA:vmw_vc_auth_user}\\\\@%{IPV4:vmw_vc_auth_src_ip} logged %{DATA:vmw_vc_logged_action} as %{GREEDYDATA:vmw_vc_auth_type}\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter2);\n \n let vcenter4 = grok(pattern: \"User %{DATA:vmw_vc_auth_user}\\\\@%{IPV4:vmw_vc_auth_src_ip} logged %{WORD:vmw_vc_logged_action} \\\\(login time: %{DAY:vmw_vc_login_day}\\\\, %{BASE10NUM:vmw_vc_login_date} %{MONTH:vmw_vc_login_monthday}\\\\, %{YEAR:vmw_vc_login_year} %{TIME:vmw_vc_login_time} %{WORD:vmw_vc_login_time_format}\\\\, number of API invocations: %{BASE10NUM:vmw_vc_total_api_calls}\\\\, vmw_vc_user agent: %{GREEDYDATA:vmw_vc_login_auth_type}\\\\)\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter4);\n \n let vcenter5 = grok(pattern: \"A %{DATA:vmw_vc_target_object} for %{DATA:vmw_vc_virtual_machine_name} of type %{DATA:vmw_vc_ticket_type} on %{IPV4:vmw_vc_esxi_hosting_ip} in %{HOSTNAME:vmw_vc_datacenter_name} %{GREEDYDATA:vmw_vc_status_action}\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter5);\n \n let vcenter6 = grok(pattern: \"Task: %{GREEDYDATA:vmw_vc_task}\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter6);\n \n let vcenter7 = grok(pattern: \"%{HOSTNAME:vmw_vc_virtual_machine_name} on %{IPV4:vmw_vc_esxi_hosting_ip} in %{HOSTNAME:vmw_vc_datacenter_name} %{GREEDYDATA:vmw_vc_status_action}\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter7);\n \n let vcenter8 = grok(pattern: \"%{HOSTNAME:vmw_vc_virtual_machine_name} on %{IPV4:vmw_vc_esxi_hosting_ip} in %{HOSTNAME:vmw_vc_datacenter_name} %{GREEDYDATA:vmw_vc_status_action}\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter8);\n \n let vcenter9 = grok(pattern: \"%{DATA:vmw_vc_status_action} for %{HOSTNAME:vmw_vc_virtual_machine_name} on %{IPV4:vmw_vc_esxi_hosting_ip} in %{HOSTNAME:vmw_vc_datacenter_name}\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter9);\n \n let vcenter10 = grok(pattern: \"%{DATA:vmw_vc_login_status} login %{DATA:vmw_vc_user} from %{IPV4:vmw_vc_src_ip} at %{DATA:vmw_vc_attempt_date} in %{GREEDYDATA:vmw_vc_login_type}\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter10);\n \n let vcenter11 = grok(pattern: \"Cloning %{HOSTNAME:vmw_vc_virtual_machine_name} on %{IPV4:vmw_vc_esxi_hosting_ip}\\\\, in %{HOSTNAME:vmw_vc_datacenter_name} to %{HOSTNAME:vmw_vc_target_virtual_machine_name} on %{IPV4:vmw_vc_target_esxi_hosting_ip}\\\\, %{DATA:vmw_vc_storage_name} in %{GREEDYDATA:vmw_vc_target_datacenter_name}\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter11);\n \n let vcenter12 = grok(pattern: \"Virtual machine %{HOSTNAME:vmw_vc_virtual_machine_name} disks consolidated %{DATA:vmw_vc_snapshot_remove_status} on %{IPV4:vmw_vc_esxi_hosting_ip} in cluster %{DATA:vmw_vc_cluster_name} in %{HOSTNAME:vmw_vc_target}\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter12);\n \n let vcenter13 = grok(pattern: \"%{DATA:vmw_vc_status_action} %{HOSTNAME:vmw_vc_virtual_machine_name} on %{IPV4:vmw_vc_esxi_hosting_ip} from %{HOSTNAME:vmw_vc_datacenter_name}\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter13);\n \n let vcenter14 = grok(pattern: \"%{DATA:vmw_vc_scan_status} scanned %{HOSTNAME:vmw_vc_virtual_machine_name} for %{DATA:vmw_vc_upgrade_component} upgrades.\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter14);\n \n let vcenter15 = grok(pattern: \"Warning message on %{DATA:vmw_vc_virtual_machine_name} on %{IPV4:vmw_vc_esxi_hosting_ip} in %{DATA:vmw_vc_target}\\\\: USB device \\\\\\\"%{DATA:vmw_vc_usb_device}\\\\\\\" %{DATA:vmw_vc_status_action} to the virtual machine.\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter15);\n \n let vcenter16 = grok(pattern: \"%{DATA:vmw_vc_virtual_machine_name} %{DATA:vmw_vc_status_action} the guest OS on %{IPV4:vmw_vc_esxi_hosting_ip} in %{HOSTNAME:vmw_vc_datacenter_name}\\\\: Cannot complete operation because %{DATA:vmw_vc_target_object} in this virtual machine\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter16);\n \nend\n\n" } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline_rule", "version": "1" }, "id": "2e0ac21f-4dda-4699-adce-7ff44f710f4a", "data": { "title": { "@type": "string", "@value": "VMWARE ssoadminserver - vmw_vc_return_value replace carriage return" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "rule \"VMWARE ssoadminserver - vmw_vc_return_value replace carriage return\"\n\nwhen \n has_field(\"vmw_vc_return_value\") AND regex(\"Vmodl method\", to_string($message.vmw_vc_desc)).matches == true\nthen\n let carr_message = regex_replace(\"\\\\\\\\n\", to_string($message.\"vmw_vc_return_value\"),\"\",true);\n\n set_field (\"vmw_vc_return_value\", carr_message);\nend" } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "dashboard", "version": "2" }, "id": "58e1575c-864c-4bef-abde-cf3c15337698", "data": { "summary": { "@type": "string", "@value": "" }, "search": { "queries": [ { "id": "400629d0-14a7-4d7d-bfa3-d880382a06b5", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "6f7dee4b-505b-4c48-b4cd-48075ea7ecb2", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "48b6c31b-4214-4ec6-b8fe-214b847737e2", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "e0e345a4-14fd-4374-8c30-8015bae8e9f8", "filters": [], "column_groups": [], "sort": [] } ] }, { "id": "555641b6-a5c4-4f8c-aaf0-01d1b2d71398", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:UserLoginSessionEvent AND vmw_vc_user:(dcui OR VSPHERE.LOCAL*)" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Total (Count)", "field": "vmw_vc_eventType" } ], "filter": null, "rollup": true, "row_groups": [ { "type": "values", "fields": [ "vmw_vc_user" ], "limit": 15, "skip_empty_values": false } ], "type": "pivot", "id": "b7fe31f8-8f6c-4dca-b056-a79489abd681", "filters": [], "column_groups": [], "sort": [ { "type": "series", "field": "count(vmw_vc_eventType)", "direction": "Descending" } ] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:EventEx AND vmw_vc_login_status:Failed AND NOT vmw_vc_domain:vsphere.local AND NOT vmw_vc_domain:VSPHERE.LOCAL" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Total (Count)", "field": "vmw_vc_eventType" } ], "filter": null, "rollup": true, "row_groups": [ { "type": "values", "fields": [ "vmw_vc_user" ], "limit": 15, "skip_empty_values": false } ], "type": "pivot", "id": "c888dbf6-a7c8-4cf4-86ea-e3593f45b49c", "filters": [], "column_groups": [], "sort": [ { "type": "series", "field": "count(vmw_vc_eventType)", "direction": "Descending" } ] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:EventEx AND vmw_vc_login_status:Failed AND vmw_vc_domain:vsphere.local" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Total (Count)", "field": "vmw_vc_eventType" } ], "filter": null, "rollup": true, "row_groups": [ { "type": "values", "fields": [ "vmw_vc_user" ], "limit": 15, "skip_empty_values": false } ], "type": "pivot", "id": "a2cc4793-76a2-41c1-bd5c-1e3e5c19ca57", "filters": [], "column_groups": [], "sort": [ { "type": "series", "field": "count(vmw_vc_eventType)", "direction": "Descending" } ] }, { "query": { "type": "elasticsearch", "query_string": "application_name:ssoadminserver AND vmw_vc_user_action:(Enable OR Disable OR Deleting OR Creating)" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "cae0bd40-bbe6-4ae4-bf45-e0e8f4b1bd6d", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:(UserLoginSessionEvent) OR (vmw_vc_eventType:EventEx AND vmw_vc_login_status:Failed)" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "70717ca7-6e3d-4874-864d-127417244dc6", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:UserLoginSessionEvent AND NOT vmw_vc_user:(dcui OR VSPHERE.LOCAL*)" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Total (Count)", "field": "vmw_vc_eventType" } ], "filter": null, "rollup": true, "row_groups": [ { "type": "values", "fields": [ "vmw_vc_user" ], "limit": 15, "skip_empty_values": false } ], "type": "pivot", "id": "695e69ea-45f3-4bd4-8878-6477abbb855f", "filters": [], "column_groups": [], "sort": [ { "type": "series", "field": "count(vmw_vc_eventType)", "direction": "Descending" } ] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:UserLogoutSessionEvent AND NOT vmw_vc_user:(dcui OR VSPHERE.LOCAL*)" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Total (Count)", "field": "vmw_vc_eventType" } ], "filter": null, "rollup": true, "row_groups": [ { "type": "values", "fields": [ "vmw_vc_user" ], "limit": 15, "skip_empty_values": false } ], "type": "pivot", "id": "9cf0e6ae-fc92-46c1-9ea2-c1d74df569d0", "filters": [], "column_groups": [], "sort": [ { "type": "series", "field": "count(vmw_vc_eventType)", "direction": "Descending" } ] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "count(vmw_vc_login_auth_type)", "field": "vmw_vc_login_auth_type" } ], "filter": null, "rollup": true, "row_groups": [ { "type": "values", "fields": [ "vmw_vc_login_auth_type" ], "limit": 15, "skip_empty_values": true } ], "type": "pivot", "id": "cd661a7f-a86c-4729-b614-8752256cef9a", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:(UserLoginSessionEvent) OR (vmw_vc_eventType:EventEx AND vmw_vc_login_status:Failed)" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "count(vmw_vc_eventType)", "field": "vmw_vc_eventType" } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "4e38033f-857f-43d4-a249-c12af203d01c", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:UserLogoutSessionEvent AND vmw_vc_user:(dcui OR VSPHERE.LOCAL*)" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Total (Count)", "field": "vmw_vc_eventType" } ], "filter": null, "rollup": true, "row_groups": [ { "type": "values", "fields": [ "vmw_vc_user" ], "limit": 15, "skip_empty_values": false } ], "type": "pivot", "id": "ca16b4c2-b1ec-4e5d-8436-f9338b87388b", "filters": [], "column_groups": [], "sort": [ { "type": "series", "field": "count(vmw_vc_eventType)", "direction": "Descending" } ] } ] }, { "id": "444b3418-768b-4d76-bead-70a65dbca4a4", "timerange": { "from": 300, "type": "relative" }, "filters": [], "query": { "type": "elasticsearch", "query_string": "" }, "search_types": [ { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:Vm* AND NOT vmw_vc_eventType:(VmConfigMissingEvent OR VmConnectedEvent)" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "count(vmw_vc_eventType)", "field": "vmw_vc_eventType" } ], "filter": null, "rollup": true, "row_groups": [ { "type": "values", "fields": [ "vmw_vc_eventType" ], "limit": 15, "skip_empty_values": true } ], "type": "pivot", "id": "35c4e4c4-5fda-4234-8668-725bcb34f730", "filters": [], "column_groups": [], "sort": [ { "type": "series", "field": "count(vmw_vc_eventType)", "direction": "Descending" } ] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:VmAcquiredTicketEvent" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Total (Count)", "field": "vmw_vc_virtual_machine_name" } ], "filter": null, "rollup": true, "row_groups": [ { "type": "values", "fields": [ "vmw_vc_user" ], "limit": 15, "skip_empty_values": true }, { "type": "values", "fields": [ "vmw_vc_virtual_machine_name" ], "limit": 15, "skip_empty_values": true } ], "type": "pivot", "id": "0c552c32-47bd-404a-817d-18ef2b84e347", "filters": [], "column_groups": [], "sort": [ { "type": "series", "field": "count(vmw_vc_virtual_machine_name)", "direction": "Descending" } ] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:Vm*" }, "name": null, "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "offset": 0, "streams": [], "filter": null, "decorators": [], "type": "messages", "id": "5e2569ed-d8c1-4efb-acc9-4a625fe5f2e9", "limit": 150, "filters": [] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:(VmConfigMissingEvent OR VmConnectedEvent)" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "count(vmw_vc_eventType)", "field": "vmw_vc_eventType" } ], "filter": null, "rollup": true, "row_groups": [ { "type": "values", "fields": [ "vmw_vc_eventType" ], "limit": 15, "skip_empty_values": true } ], "type": "pivot", "id": "993bd299-b202-434d-95ab-16abe3dacbd1", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:Vm*" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [ { "type": "time", "fields": [ "timestamp" ], "interval": { "type": "auto", "scaling": 1 } } ], "type": "pivot", "id": "b997c486-e165-4394-9dae-a129486a9317", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:Vm*" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Message Count", "field": null } ], "filter": null, "rollup": true, "row_groups": [], "type": "pivot", "id": "ecbe37a0-28e3-4c7d-af1b-4d9c605335c2", "filters": [], "column_groups": [], "sort": [] }, { "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:Vm* AND NOT vmw_vc_eventType:(VmConfigMissingEvent OR VmConnectedEvent)" }, "name": "chart", "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "column_limit": null, "streams": [], "row_limit": null, "series": [ { "type": "count", "id": "Total (Count)", "field": "vmw_vc_virtual_machine_name" } ], "filter": null, "rollup": true, "row_groups": [ { "type": "values", "fields": [ "vmw_vc_user" ], "limit": 15, "skip_empty_values": true }, { "type": "values", "fields": [ "vmw_vc_virtual_machine_name" ], "limit": 15, "skip_empty_values": true }, { "type": "values", "fields": [ "vmw_vc_status_action" ], "limit": 15, "skip_empty_values": true } ], "type": "pivot", "id": "38b17683-5041-4187-9696-5a3a06d38b64", "filters": [], "column_groups": [], "sort": [ { "type": "series", "field": "count(vmw_vc_virtual_machine_name)", "direction": "Descending" } ] } ] } ], "parameters": [], "requires": {}, "owner": "admin@lab.lan", "created_at": "2023-11-07T15:04:02.260Z" }, "created_at": "2023-10-30T10:19:07.848Z", "requires": {}, "state": { "400629d0-14a7-4d7d-bfa3-d880382a06b5": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "vcenter (Events)" }, "widget": { "c427483c-57a7-4f1d-9ce9-c19beb95f2fa": "Message Count (Total)", "dbb3bc55-0da1-4e3d-b3af-c038f61ea93e": "Message Table", "877700e1-b85b-40fb-9669-2bdce2614207": "Message Count (Bar)" } }, "widgets": [ { "id": "dbb3bc55-0da1-4e3d-b3af-c038f61ea93e", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa" }, "streams": [], "config": { "fields": [ "timestamp", "source", "vmw_vc_eventId", "vmw_vc_partInfo", "vmw_vc_createdTime", "vmw_vc_eventType", "vmw_vc_severity", "vmw_vc_user", "vmw_vc_target", "vmw_vc_desc" ], "show_message_row": false, "show_summary": false, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "c427483c-57a7-4f1d-9ce9-c19beb95f2fa", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "877700e1-b85b-40fb-9669-2bdce2614207", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "dbb3bc55-0da1-4e3d-b3af-c038f61ea93e": [ "48b6c31b-4214-4ec6-b8fe-214b847737e2" ], "c427483c-57a7-4f1d-9ce9-c19beb95f2fa": [ "e0e345a4-14fd-4374-8c30-8015bae8e9f8" ], "877700e1-b85b-40fb-9669-2bdce2614207": [ "6f7dee4b-505b-4c48-b4cd-48075ea7ecb2" ] }, "positions": { "dbb3bc55-0da1-4e3d-b3af-c038f61ea93e": { "col": 1, "row": 3, "height": 8, "width": "Infinity" }, "c427483c-57a7-4f1d-9ce9-c19beb95f2fa": { "col": 11, "row": 1, "height": 2, "width": 2 }, "877700e1-b85b-40fb-9669-2bdce2614207": { "col": 1, "row": 1, "height": 2, "width": 10 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "555641b6-a5c4-4f8c-aaf0-01d1b2d71398": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "Single Sign-On Activities" }, "widget": { "479ef319-a9f7-42d2-b6d6-607c7034c491": "Failed AD Login", "d715bea0-2169-4292-a446-06905d1ff8b6": "Failed Local Login", "ec1744a2-ab5b-42af-a788-d8ec9f6a2f11": "Successful AD Login", "bb734e7b-2f2e-42b2-8893-745c3a1941e5": "SSO User Status Action", "a293ecd4-28cc-40db-af2d-26ddb0871bfb": "Authentication request over time", "a2b7c57e-54ce-415c-89b2-eca8f922c555": "vCenter logins by type", "0c767f7a-437f-4994-9967-1f363b27baf9": "Successful Local Logout", "2dc1650e-642c-4e5b-bd66-4bf013835922": "SSO Disabled/Enabled User", "4a43fbab-2a4a-4bde-9bb3-9ecaca64783e": "Total", "b346c250-dc2b-4e84-9b0d-d4c5c3757c14": "Successful AD Logout", "7240315b-fed5-4194-a2c5-1e98e1ad162b": "Successful Local Login" } }, "widgets": [ { "id": "7240315b-fed5-4194-a2c5-1e98e1ad162b", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:UserLoginSessionEvent AND vmw_vc_user:(dcui OR VSPHERE.LOCAL*)" }, "streams": [], "config": { "visualization": "table", "column_limit": null, "event_annotation": false, "row_limit": 15, "row_pivots": [ { "fields": [ "vmw_vc_user" ], "type": "values", "config": { "limit": 15, "skip_empty_values": false } } ], "series": [ { "config": { "name": "Total (Count)" }, "function": "count(vmw_vc_eventType)" } ], "rollup": false, "column_pivots": [], "visualization_config": { "pinned_columns": [] }, "formatting_settings": null, "sort": [ { "type": "series", "field": "count(vmw_vc_eventType)", "direction": "Descending" } ] } }, { "id": "4a43fbab-2a4a-4bde-9bb3-9ecaca64783e", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:(UserLoginSessionEvent) OR (vmw_vc_eventType:EventEx AND vmw_vc_login_status:Failed)" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "b346c250-dc2b-4e84-9b0d-d4c5c3757c14", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:UserLogoutSessionEvent AND NOT vmw_vc_user:(dcui OR VSPHERE.LOCAL*)" }, "streams": [], "config": { "visualization": "table", "column_limit": null, "event_annotation": false, "row_limit": 15, "row_pivots": [ { "fields": [ "vmw_vc_user" ], "type": "values", "config": { "limit": 15, "skip_empty_values": false } } ], "series": [ { "config": { "name": "Total (Count)" }, "function": "count(vmw_vc_eventType)" } ], "rollup": false, "column_pivots": [], "visualization_config": { "pinned_columns": [] }, "formatting_settings": null, "sort": [ { "type": "series", "field": "count(vmw_vc_eventType)", "direction": "Descending" } ] } }, { "id": "a293ecd4-28cc-40db-af2d-26ddb0871bfb", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:(UserLoginSessionEvent) OR (vmw_vc_eventType:EventEx AND vmw_vc_login_status:Failed)" }, "streams": [], "config": { "visualization": "area", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": null }, "function": "count(vmw_vc_eventType)" } ], "rollup": false, "column_pivots": [], "visualization_config": { "interpolation": "spline", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "0c767f7a-437f-4994-9967-1f363b27baf9", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:UserLogoutSessionEvent AND vmw_vc_user:(dcui OR VSPHERE.LOCAL*)" }, "streams": [], "config": { "visualization": "table", "column_limit": null, "event_annotation": false, "row_limit": 15, "row_pivots": [ { "fields": [ "vmw_vc_user" ], "type": "values", "config": { "limit": 15, "skip_empty_values": false } } ], "series": [ { "config": { "name": "Total (Count)" }, "function": "count(vmw_vc_eventType)" } ], "rollup": false, "column_pivots": [], "visualization_config": { "pinned_columns": [] }, "formatting_settings": null, "sort": [ { "type": "series", "field": "count(vmw_vc_eventType)", "direction": "Descending" } ] } }, { "id": "d715bea0-2169-4292-a446-06905d1ff8b6", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:EventEx AND vmw_vc_login_status:Failed AND vmw_vc_domain:vsphere.local" }, "streams": [], "config": { "visualization": "table", "column_limit": null, "event_annotation": false, "row_limit": 15, "row_pivots": [ { "fields": [ "vmw_vc_user" ], "type": "values", "config": { "limit": 15, "skip_empty_values": false } } ], "series": [ { "config": { "name": "Total (Count)" }, "function": "count(vmw_vc_eventType)" } ], "rollup": false, "column_pivots": [], "visualization_config": { "pinned_columns": [] }, "formatting_settings": null, "sort": [ { "type": "series", "field": "count(vmw_vc_eventType)", "direction": "Descending" } ] } }, { "id": "ec1744a2-ab5b-42af-a788-d8ec9f6a2f11", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:UserLoginSessionEvent AND NOT vmw_vc_user:(dcui OR VSPHERE.LOCAL*)" }, "streams": [], "config": { "visualization": "table", "column_limit": null, "event_annotation": false, "row_limit": 15, "row_pivots": [ { "fields": [ "vmw_vc_user" ], "type": "values", "config": { "limit": 15, "skip_empty_values": false } } ], "series": [ { "config": { "name": "Total (Count)" }, "function": "count(vmw_vc_eventType)" } ], "rollup": false, "column_pivots": [], "visualization_config": { "pinned_columns": [] }, "formatting_settings": null, "sort": [ { "type": "series", "field": "count(vmw_vc_eventType)", "direction": "Descending" } ] } }, { "id": "bb734e7b-2f2e-42b2-8893-745c3a1941e5", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "application_name:ssoadminserver AND vmw_vc_user_action:(Enable OR Disable OR Deleting OR Creating)" }, "streams": [], "config": { "fields": [ "timestamp", "source", "vmw_vc_user", "vmw_vc_domain", "vmw_vc_user_action", "vmw_vc_sso_name" ], "show_message_row": false, "show_summary": false, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } }, { "id": "479ef319-a9f7-42d2-b6d6-607c7034c491", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:EventEx AND vmw_vc_login_status:Failed AND NOT vmw_vc_domain:vsphere.local AND NOT vmw_vc_domain:VSPHERE.LOCAL" }, "streams": [], "config": { "visualization": "table", "column_limit": null, "event_annotation": false, "row_limit": 15, "row_pivots": [ { "fields": [ "vmw_vc_user" ], "type": "values", "config": { "limit": 15, "skip_empty_values": false } } ], "series": [ { "config": { "name": "Total (Count)" }, "function": "count(vmw_vc_eventType)" } ], "rollup": false, "column_pivots": [], "visualization_config": { "pinned_columns": [] }, "formatting_settings": null, "sort": [ { "type": "series", "field": "count(vmw_vc_eventType)", "direction": "Descending" } ] } }, { "id": "a2b7c57e-54ce-415c-89b2-eca8f922c555", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa" }, "streams": [], "config": { "visualization": "pie", "column_limit": null, "event_annotation": false, "row_limit": 15, "row_pivots": [ { "fields": [ "vmw_vc_login_auth_type" ], "type": "values", "config": { "limit": 15, "skip_empty_values": true } } ], "series": [ { "config": { "name": "" }, "function": "count(vmw_vc_login_auth_type)" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } } ], "widget_mapping": { "479ef319-a9f7-42d2-b6d6-607c7034c491": [ "c888dbf6-a7c8-4cf4-86ea-e3593f45b49c" ], "d715bea0-2169-4292-a446-06905d1ff8b6": [ "a2cc4793-76a2-41c1-bd5c-1e3e5c19ca57" ], "ec1744a2-ab5b-42af-a788-d8ec9f6a2f11": [ "695e69ea-45f3-4bd4-8878-6477abbb855f" ], "bb734e7b-2f2e-42b2-8893-745c3a1941e5": [ "cae0bd40-bbe6-4ae4-bf45-e0e8f4b1bd6d" ], "a293ecd4-28cc-40db-af2d-26ddb0871bfb": [ "4e38033f-857f-43d4-a249-c12af203d01c" ], "a2b7c57e-54ce-415c-89b2-eca8f922c555": [ "cd661a7f-a86c-4729-b614-8752256cef9a" ], "0c767f7a-437f-4994-9967-1f363b27baf9": [ "ca16b4c2-b1ec-4e5d-8436-f9338b87388b" ], "4a43fbab-2a4a-4bde-9bb3-9ecaca64783e": [ "70717ca7-6e3d-4874-864d-127417244dc6" ], "b346c250-dc2b-4e84-9b0d-d4c5c3757c14": [ "9cf0e6ae-fc92-46c1-9ea2-c1d74df569d0" ], "7240315b-fed5-4194-a2c5-1e98e1ad162b": [ "b7fe31f8-8f6c-4dca-b056-a79489abd681" ] }, "positions": { "479ef319-a9f7-42d2-b6d6-607c7034c491": { "col": 4, "row": 7, "height": 4, "width": 3 }, "d715bea0-2169-4292-a446-06905d1ff8b6": { "col": 1, "row": 7, "height": 4, "width": 3 }, "ec1744a2-ab5b-42af-a788-d8ec9f6a2f11": { "col": 7, "row": 3, "height": 4, "width": 3 }, "bb734e7b-2f2e-42b2-8893-745c3a1941e5": { "col": 7, "row": 7, "height": 4, "width": 6 }, "a293ecd4-28cc-40db-af2d-26ddb0871bfb": { "col": 1, "row": 1, "height": 2, "width": 10 }, "a2b7c57e-54ce-415c-89b2-eca8f922c555": { "col": 8, "row": 11, "height": 4, "width": 5 }, "0c767f7a-437f-4994-9967-1f363b27baf9": { "col": 4, "row": 3, "height": 4, "width": 3 }, "4a43fbab-2a4a-4bde-9bb3-9ecaca64783e": { "col": 11, "row": 1, "height": 2, "width": 2 }, "b346c250-dc2b-4e84-9b0d-d4c5c3757c14": { "col": 10, "row": 3, "height": 4, "width": 3 }, "7240315b-fed5-4194-a2c5-1e98e1ad162b": { "col": 1, "row": 3, "height": 4, "width": 3 } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } }, "444b3418-768b-4d76-bead-70a65dbca4a4": { "selected_fields": null, "static_message_list_id": null, "titles": { "tab": { "title": "virtual machines activities" }, "widget": { "d4c9ba69-8542-4d76-9a89-c1a5d6bf3beb": "Message Count (Total)", "fa2062f1-7f14-4430-9ce3-bb503f57dd89": "Virtual Machines Events", "e45e8570-60d3-4b0d-b23f-5bf24ef8e643": "Message Count (Bar)", "2b5cdbfc-4063-4b4c-8b57-5bfd82b1fd51": "Percentage VM Action", "0bf929b5-25cf-4f39-8f19-8f0300c864f2": "VM State (Connected / Missing Conf)", "e0cf1c8b-13e3-48f7-ad1a-be39f2529e3c": "VM State (Connected / Missing Conf) (copy)", "56cffb12-9545-4493-aebf-afb4b0bea064": "Launched Remote Console", "239cefeb-5727-4405-9a16-3c4a079e16d8": "VM Action per User" } }, "widgets": [ { "id": "0bf929b5-25cf-4f39-8f19-8f0300c864f2", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:(VmConfigMissingEvent OR VmConnectedEvent)" }, "streams": [], "config": { "visualization": "pie", "column_limit": null, "event_annotation": false, "row_limit": 15, "row_pivots": [ { "fields": [ "vmw_vc_eventType" ], "type": "values", "config": { "limit": 15, "skip_empty_values": true } } ], "series": [ { "config": { "name": null }, "function": "count(vmw_vc_eventType)" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "d4c9ba69-8542-4d76-9a89-c1a5d6bf3beb", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:Vm*" }, "streams": [], "config": { "visualization": "numeric", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [] } }, { "id": "239cefeb-5727-4405-9a16-3c4a079e16d8", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:Vm* AND NOT vmw_vc_eventType:(VmConfigMissingEvent OR VmConnectedEvent)" }, "streams": [], "config": { "visualization": "table", "column_limit": null, "event_annotation": false, "row_limit": 15, "row_pivots": [ { "fields": [ "vmw_vc_user" ], "type": "values", "config": { "limit": 15, "skip_empty_values": true } }, { "fields": [ "vmw_vc_virtual_machine_name" ], "type": "values", "config": { "limit": 15, "skip_empty_values": true } }, { "fields": [ "vmw_vc_status_action" ], "type": "values", "config": { "limit": 15, "skip_empty_values": true } } ], "series": [ { "config": { "name": "Total (Count)" }, "function": "count(vmw_vc_virtual_machine_name)" } ], "rollup": false, "column_pivots": [], "visualization_config": { "pinned_columns": [] }, "formatting_settings": null, "sort": [ { "type": "series", "field": "count(vmw_vc_virtual_machine_name)", "direction": "Descending" } ] } }, { "id": "2b5cdbfc-4063-4b4c-8b57-5bfd82b1fd51", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:Vm* AND NOT vmw_vc_eventType:(VmConfigMissingEvent OR VmConnectedEvent)" }, "streams": [], "config": { "visualization": "pie", "column_limit": null, "event_annotation": false, "row_limit": 15, "row_pivots": [ { "fields": [ "vmw_vc_eventType" ], "type": "values", "config": { "limit": 15, "skip_empty_values": true } } ], "series": [ { "config": { "name": null }, "function": "count(vmw_vc_eventType)" } ], "rollup": false, "column_pivots": [], "visualization_config": null, "formatting_settings": null, "sort": [ { "type": "series", "field": "count(vmw_vc_eventType)", "direction": "Descending" } ] } }, { "id": "56cffb12-9545-4493-aebf-afb4b0bea064", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:VmAcquiredTicketEvent" }, "streams": [], "config": { "visualization": "table", "column_limit": null, "event_annotation": false, "row_limit": 15, "row_pivots": [ { "fields": [ "vmw_vc_user" ], "type": "values", "config": { "limit": 15, "skip_empty_values": true } }, { "fields": [ "vmw_vc_virtual_machine_name" ], "type": "values", "config": { "limit": 15, "skip_empty_values": true } } ], "series": [ { "config": { "name": "Total (Count)" }, "function": "count(vmw_vc_virtual_machine_name)" } ], "rollup": false, "column_pivots": [], "visualization_config": { "pinned_columns": [] }, "formatting_settings": null, "sort": [ { "type": "series", "field": "count(vmw_vc_virtual_machine_name)", "direction": "Descending" } ] } }, { "id": "e45e8570-60d3-4b0d-b23f-5bf24ef8e643", "type": "aggregation", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:Vm*" }, "streams": [], "config": { "visualization": "bar", "column_limit": null, "event_annotation": false, "row_limit": null, "row_pivots": [ { "fields": [ "timestamp" ], "type": "time", "config": { "interval": { "type": "auto", "scaling": 1 } } } ], "series": [ { "config": { "name": "Message Count" }, "function": "count()" } ], "rollup": false, "column_pivots": [], "visualization_config": { "barmode": "group", "axis_type": "linear" }, "formatting_settings": null, "sort": [] } }, { "id": "fa2062f1-7f14-4430-9ce3-bb503f57dd89", "type": "messages", "filter": null, "filters": [], "timerange": { "keyword": "today", "timezone": "Europe/Paris", "type": "keyword" }, "query": { "type": "elasticsearch", "query_string": "vmw_vc_Event:Event AND source:vcsa AND vmw_vc_eventType:Vm*" }, "streams": [], "config": { "fields": [ "timestamp", "source", "vmw_vc_user", "vmw_vc_eventType", "vmw_vc_virtual_machine_name", "vmw_vc_target_object", "vmw_vc_usb_device", "vmw_vc_status_action", "vmw_vc_esxi_hosting_ip", "vmw_vc_target", "vmw_vc_desc" ], "show_message_row": false, "show_summary": false, "decorators": [], "sort": [ { "type": "pivot", "field": "timestamp", "direction": "Descending" } ] } } ], "widget_mapping": { "2b5cdbfc-4063-4b4c-8b57-5bfd82b1fd51": [ "35c4e4c4-5fda-4234-8668-725bcb34f730" ], "d4c9ba69-8542-4d76-9a89-c1a5d6bf3beb": [ "ecbe37a0-28e3-4c7d-af1b-4d9c605335c2" ], "0bf929b5-25cf-4f39-8f19-8f0300c864f2": [ "993bd299-b202-434d-95ab-16abe3dacbd1" ], "239cefeb-5727-4405-9a16-3c4a079e16d8": [ "38b17683-5041-4187-9696-5a3a06d38b64" ], "e45e8570-60d3-4b0d-b23f-5bf24ef8e643": [ "b997c486-e165-4394-9dae-a129486a9317" ], "56cffb12-9545-4493-aebf-afb4b0bea064": [ "0c552c32-47bd-404a-817d-18ef2b84e347" ], "fa2062f1-7f14-4430-9ce3-bb503f57dd89": [ "5e2569ed-d8c1-4efb-acc9-4a625fe5f2e9" ] }, "positions": { "0bf929b5-25cf-4f39-8f19-8f0300c864f2": { "col": 7, "row": 8, "height": 3, "width": 3 }, "d4c9ba69-8542-4d76-9a89-c1a5d6bf3beb": { "col": 11, "row": 1, "height": 2, "width": 2 }, "239cefeb-5727-4405-9a16-3c4a079e16d8": { "col": 7, "row": 11, "height": 4, "width": 6 }, "2b5cdbfc-4063-4b4c-8b57-5bfd82b1fd51": { "col": 1, "row": 8, "height": 7, "width": 6 }, "56cffb12-9545-4493-aebf-afb4b0bea064": { "col": 10, "row": 8, "height": 3, "width": 3 }, "e45e8570-60d3-4b0d-b23f-5bf24ef8e643": { "col": 1, "row": 1, "height": 2, "width": 10 }, "fa2062f1-7f14-4430-9ce3-bb503f57dd89": { "col": 1, "row": 3, "height": 5, "width": "Infinity" } }, "formatting": { "highlighting": [] }, "display_mode_settings": { "positions": {} } } }, "properties": [], "owner": "admin@lab.lan", "title": { "@type": "string", "@value": "VMWARE VCENTER Dashboard" }, "type": "DASHBOARD", "description": { "@type": "string", "@value": "" } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline", "version": "1" }, "id": "fabe6c48-b32a-4bab-9736-a22dc5d2d346", "data": { "title": { "@type": "string", "@value": "VMWARE VCENTER" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "pipeline \"VMWARE VCENTER\"\nstage 0 match pass\nrule \"Syslog - VMWARE VCENTER\"\nstage 2 match either\nrule \"Syslog - VMWARE VCENTER - 02\"\nstage 3 match either\nrule \"Syslog - VMWARE VCENTER - 03\"\nstage 1 match pass\nrule \"Syslog - VMWARE VCENTER - extract vmw_vc_domain from vmw_vc_user\"\nend" }, "connected_streams": [ { "@type": "string", "@value": "d49aaba6-decf-4dda-a2c8-e58321f32fb9" } ] }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "stream", "version": "1" }, "id": "d49aaba6-decf-4dda-a2c8-e58321f32fb9", "data": { "alarm_callbacks": [], "outputs": [], "remove_matches": { "@type": "boolean", "@value": true }, "title": { "@type": "string", "@value": "VCSA" }, "stream_rules": [ { "type": { "@type": "string", "@value": "EXACT" }, "field": { "@type": "string", "@value": "source" }, "value": { "@type": "string", "@value": "vcsa" }, "inverted": { "@type": "boolean", "@value": false }, "description": { "@type": "string", "@value": "" } } ], "alert_conditions": [], "matching_type": { "@type": "string", "@value": "AND" }, "disabled": { "@type": "boolean", "@value": false }, "description": { "@type": "string", "@value": "" }, "default_stream": { "@type": "boolean", "@value": false } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline_rule", "version": "1" }, "id": "d1b7a9b8-4832-4ad0-bfed-5fc41a7fff51", "data": { "title": { "@type": "string", "@value": "Syslog - VMWARE VCENTER" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "rule \"Syslog - VMWARE VCENTER\"\nwhen\n has_field(\"message\") AND regex(\"Event \\\\[\", to_string($message.message)).matches == true\nthen\n let msg = to_string($message.message);\n \n let vcenter1 = grok(pattern: \"%{DATA:vmw_vc_Event} \\\\[%{BASE10NUM:vmw_vc_eventId}\\\\] \\\\[%{DATA:vmw_vc_partInfo}\\\\] \\\\[%{TIMESTAMP_ISO8601:vmw_vc_createdTime}\\\\] \\\\[vim.event.%{DATA:vmw_vc_eventType}\\\\] \\\\[%{DATA:vmw_vc_severity}\\\\] \\\\[%{DATA:vmw_vc_user}\\\\] \\\\[%{DATA:vmw_vc_target}\\\\] \\\\[%{DATA:vmw_vc_chainId}\\\\] \\\\[%{DATA:vmw_vc_desc}\\\\]\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter1);\n \nend\n\n" } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline_rule", "version": "1" }, "id": "719984fa-58d3-48d1-ba15-f9eec40b5e7b", "data": { "title": { "@type": "string", "@value": "Syslog - VMWARE ESXI - ssoadminserver 02" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "rule \"Syslog - VMWARE ESXI - ssoadminserver 02\"\nwhen\n regex(\"ssoadminserver\", to_string($message.application_name)).matches == true\nthen\n let msg = to_string($message.vmw_vc_desc);\n \n let ssoadminserver2 = grok(pattern: \"User %{DATA:vmw_vc_user} is %{DATA:vmw_vc_action_status} for method call \\\\'%{DATA:vmw_vc_method_call}\\\\'\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserver2);\n \n let ssoadminserver3 = grok(pattern: \"User \\\\{Name: %{DATA:vmw_vc_user}\\\\, Domain: %{DATA:vmw_vc_domain}\\\\} with vmw_vc_role \\\\'%{DATA:vmw_vc_role}\\\\' is %{DATA:vmw_vc_action_status} for method call \\\\'%{DATA:vmw_vc_method_call}\\\\'\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserver3);\n \n let ssoadminserver6 = grok(pattern: \"\\\\[User \\\\{Name: %{DATA:vmw_vc_user}\\\\, Domain: %{DATA:vmw_vc_domain}\\\\} with vmw_vc_role \\\\'%{DATA:vmw_vc_role}\\\\'\\\\] %{DATA:vmw_vc_user_action} %{DATA:vmw_vc_target_action} for vmw_vc_user \\\\'\\\\{Name: %{DATA:target_user}\\\\, Domain: %{DATA:target_domain}\\\\}\\\\'\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserver6);\n \n let ssoadminserver5 = grok(pattern: \"\\\\[User \\\\{Name: %{DATA:vmw_vc_user}\\\\, Domain: %{DATA:vmw_vc_domain}\\\\} with vmw_vc_role \\\\'%{DATA:vmw_vc_role}\\\\'\\\\] %{DATA:vmw_vc_user_action} %{GREEDYDATA:vmw_vc_ssoadminserver_action}\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserver5);\n \n let ssoadminserver4 = grok(pattern: \"Vmodl method %{DATA:method} return value is %{GREEDYDATA:vmw_vc_return_value}\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserver4);\n \n let ssoadminserver7 = grok(pattern: \"\\\\[User %{USERNAME:vmw_vc_user}\\\\] %{DATA:vmw_vc_user_action} %{GREEDYDATA:vmw_vc_target_action}\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserver7);\n \n let ssoadminserver8 = grok(pattern: \"User \\\\{Name: %{DATA:vmw_vc_user}\\\\, Domain: %{DATA:vmw_vc_domain}\\\\} with vmw_vc_role \\\\'%{DATA:vmw_vc_role}\\\\' logged %{DATA:vmw_vc_logged_action}\\\\.\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserver8);\n \n let ssoadminserver9 = grok(pattern: \"%{WORD:vmw_vc_token} for vmw_vc_SubjectNameId \\\\[value=%{DATA:vmw_vc_SubjectNameId}\\\\@%{DATA:vmw_vc_domain}\\\\, vmw_vc_format=%{DATA:vmw_vc_format}\\\\] %{GREEDYDATA:vmw_vc_ssoadminserver_action}\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserver9);\n \n let ssoadminserver10 = grok(pattern: \"%{DATA:vmw_vc_info} created in vmw_vc_pool %{USERNAME:vmw_vc_pool} \\\\[vmw_vc_tenantName=%{DATA:vmw_vc_tenantName}\\\\, vmw_vc_username=%{DATA:vmw_vc_username}\\\\@%{DATA:vmw_vc_domain}\\\\, vmw_vc_authType=%{DATA:vmw_vc_authType}\\\\, vmw_vc_useGCPort=%{DATA:vmw_vc_useGCPort}\\\\, vmw_vc_connectionString=%{DATA:vmw_vc_connectionString}\\\\]\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserver10);\n \n \n \n \n \n \n \n \n \n \n \nend" } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline_rule", "version": "1" }, "id": "aab97ff1-1271-44f5-95cb-188b7f5838ce", "data": { "title": { "@type": "string", "@value": "VMWARE Replace carriage return" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "rule \"VMWARE Replace carriage return\"\n\nwhen \n has_field(\"message\")\nthen\n let rep_message = regex_replace(\"\\\\\\\\n-->\", to_string($message.\"message\"),\"\",true);\n\n set_field (\"message\", rep_message);\nend" } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline_rule", "version": "1" }, "id": "b3186be2-9e3d-4deb-83f7-21571a7e26b6", "data": { "title": { "@type": "string", "@value": "Syslog - VMWARE ESXI - ssoadminserver 01" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "rule \"Syslog - VMWARE ESXI - ssoadminserver 01\"\nwhen\n has_field(\"application_name\") AND regex(\"ssoadminserver\", to_string($message.application_name)).matches == true\nthen\n let msg = to_string($message.message);\n \n let ssoadminserver1 = grok(pattern: \"%{TIMESTAMP_ISO8601} %{DATA:vmw_vc_info} %{DATA:vmw_vc_component}\\\\[%{DATA:vmw_vc_component_id}\\\\] \\\\[OpId=%{DATA:vmw_vc_opID}\\\\] \\\\[com.vmware.%{DATA:vmw_vc_com_vmware}\\\\] %{GREEDYDATA:vmw_vc_desc}\", value: to_string(msg), only_named_captures: true);\n set_fields(ssoadminserver1);\n \nend" } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] }, { "v": "1", "type": { "name": "pipeline_rule", "version": "1" }, "id": "98ba5cf6-314b-41ea-b337-0e47c2680611", "data": { "title": { "@type": "string", "@value": "Syslog - VMWARE VCENTER - 03" }, "description": { "@type": "string", "@value": "" }, "source": { "@type": "string", "@value": "rule \"Syslog - VMWARE VCENTER - 03\"\nwhen\n has_field(\"vmw_vc_desc\") AND regex(\"is powered off|has powered on|is being suspended|is suspended|is resuming\", to_string($message.message)).matches == true\nthen\n let msg = to_string($message.vmw_vc_desc);\n \n let vcenter8 = grok(pattern: \"%{HOSTNAME:vmw_vc_virtual_machine_name} on %{IPV4:vmw_vc_esxi_hosting_ip} in %{HOSTNAME:vmw_vc_datacenter_name} %{GREEDYDATA:vmw_vc_status_action}\", value: to_string(msg), only_named_captures: true);\n set_fields(vcenter8);\n \n \n \n \n\n \nend\n\n" } }, "constraints": [ { "type": "server-version", "version": ">=5.2.0" } ] } ] }