HTTP/1.1 200 OK
Server: gunicorn
Connection: keep-alive
Content-Type: text/html; charset=utf-8
Content-Length: 25603
Vary: Accept-Encoding, Cookie
Set-Cookie: session=eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZEqUKw._pgIJGqtpOn16ouF8WJOKhB1IqU; HttpOnly; Path=/; SameSite=Lax
<!-- extend base layout -->
<!DOCTYPE html>
<html>
<head>
<title>Superset</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href="/static/appbuilder/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/appbuilder/css/font-awesome.min.css" rel="stylesheet">
<link href="/static/appbuilder/datepicker/bootstrap-datepicker.css" rel="stylesheet">
<link href="/static/appbuilder/select2/select2.css" rel="stylesheet">
<link href="/static/appbuilder/css/flags/flags16.css" rel="stylesheet">
<link href="/static/appbuilder/css/ab.css" rel="stylesheet">
<link rel="icon" type="image/png" href="/static/assets/images/favicon.png">
<!-- Bundle css theme START -->
<link rel="stylesheet" type="text/css" href="/static/assets/theme.760697cc7d9742b18a5d.entry.css" />
<!-- Bundle css theme END -->
<script src="/static/appbuilder/js/jquery-latest.js"></script>
<script src="/static/appbuilder/js/ab_filters.js"></script>
<script src="/static/appbuilder/js/ab_actions.js"></script>
<!-- Bundle js theme START -->
<script src="/static/assets/theme.760697cc7d9742b18a5d.entry.js" async></script>
<!-- Bundle js theme END -->
</head>
<body >
<div class="modal fade" id="modal-confirm" tabindex="-1" role="dialog">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">
User confirmation needed
</h4>
</div>
<div class="modal-body">
<div class="modal-text"></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
<a href="#" id='modal-confirm-ok' class="btn btn-danger danger">OK</a>
</div>
</div>
</div>
</div>
<div class="modal fade" id="modal-alert" tabindex="-1" role="dialog">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-body">
<div><h4 class="modal-text"></h4></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">OK</button>
</div>
</div>
</div>
</div>
<div id="app-menu">
<div class="navbar navbar-static-top navbar-inverse" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img
width=""
src="/static/assets/images/superset-logo-horiz.png"
alt="Superset"
/>
</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div id="alert-container">
</div>
<div class="container">
<div id="loginbox" style="margin-top:50px;" class="mainbox col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">
<div class="panel panel-primary" >
<div class="panel-heading">
<div class="panel-title">Sign In</div>
</div>
<div style="padding-top:30px" class="panel-body" >
<form class="form" action="" method="post" name="login">
<input id="csrf_token" name="csrf_token" type="hidden" value="ImMyZjMwY2QyNjg0ODY2OTI4ODZlZDE4ZmU2NGQ4MjcwZDEzYjBiYjYi.ZEqOzg.pIOzXk5BDR0G0Wkvdr05M-xWkzE">
<div class="help-block">Enter your login and password below:</div>
<div class="control-group">
<label class="control-label" for="openid">Username:</label>
<div class="controls">
<div class="input-group">
<span class="input-group-addon"><i class="fa fa-user"></i></span>
<input autofocus class="form-control" id="username" name="username" required size="80" type="text" value="">
</div>
<label class="control-label" for="openid">Password:</label>
<div class="input-group">
<span class="input-group-addon"><i class="fa fa-key"></i></span>
<input class="form-control" id="password" name="password" required size="80" type="password" value="">
</div>
</div>
</div>
<div class="control-group">
<div class="controls">
<br>
<div>
<input class="btn btn-primary btn-block" type="submit" value="Sign In">
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
</div>
<div id="app" data-bootstrap="{"common": {"flash_messages": [], "conf": {"SUPERSET_WEBSERVER_TIMEOUT": 60, "SUPERSET_DASHBOARD_POSITION_DATA_LIMIT": 65535, "SUPERSET_DASHBOARD_PERIODICAL_REFRESH_LIMIT": 0, "SUPERSET_DASHBOARD_PERIODICAL_REFRESH_WARNING_MESSAGE": null, "DISABLE_DATASET_SOURCE_EDIT": null, "ENABLE_JAVASCRIPT_CONTROLS": null, "DEFAULT_SQLLAB_LIMIT": 1000, "DEFAULT_VIZ_TYPE": "table", "SQL_MAX_ROW": 100000, "SUPERSET_WEBSERVER_DOMAINS": null, "SQLLAB_SAVE_WARNING_MESSAGE": null, "DISPLAY_MAX_ROW": 10000, "GLOBAL_ASYNC_QUERIES_TRANSPORT": "polling", "GLOBAL_ASYNC_QUERIES_POLLING_DELAY": 500, "SQL_VALIDATORS_BY_ENGINE": {"presto": "PrestoDBSQLValidator", "postgresql": "PostgreSQLValidator"}, "SQLALCHEMY_DOCS_URL": null, "SQLALCHEMY_DISPLAY_TEXT": null, "GLOBAL_ASYNC_QUERIES_WEBSOCKET_URL": "ws://127.0.0.1:8080/", "DASHBOARD_AUTO_REFRESH_MODE": "force", "SCHEDULED_QUERIES": {}, "EXCEL_EXTENSIONS": ["xlsx", "xls"], "CSV_EXTENSIONS": ["txt", "csv", "tsv"], "COLUMNAR_EXTENSIONS": ["zip", "parquet"], "ALLOWED_EXTENSIONS": ["xlsx", "txt", "csv", "zip", "tsv", "xls", "parquet"], "SAMPLES_ROW_LIMIT": 1000, "ALERT_REPORTS_NOTIFICATION_METHODS": ["Email"], "HAS_GSHEETS_INSTALLED": false}, "locale": "en", "language_pack": {"domain": "superset", "locale_data": {"superset": {"": {"domain": "superset", "plural_forms": "nplurals=2; plural=(n != 1)", "lang": "en"}, "Home": [""], "Annotation Layers": [""], "Manage": [""], "Databases": [""], "Data": [""], "Datasets": [""], "Charts": [""], "Dashboards": [""], "Plugins": [""], "CSS Templates": [""], "Row level security": [""], "Security": [""], "Import Dashboards": [""], "SQL Editor": [""], "SQL Lab": [""], "Saved Queries": [""], "Query History": [""], "Upload a CSV": [""], "Upload Excel": [""], "Action Log": [""], "Dashboard Emails": [""], "Chart Email Schedules": [""], "Alerts": [""], "Alerts & Reports": [""], "Access requests": [""], "Druid Datasources": [""], "Druid Clusters": [""], "Scan New Datasources": [""], "Refresh Druid Metadata": [""], "Issue 1000 - The datasource is too large to query.": [""], "Issue 1001 - The database is under an unusual load.": [""], "Issue 1002 - The database returned an unexpected error.": [""], "Issue 1003 - There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [""], "Issue 1004 - The column was deleted or renamed in the database.": [""], "Issue 1005 - The table was deleted or renamed in the database.": [""], "Issue 1006 - One or more parameters specified in the query are missing.": [""], "Invalid certificate": [""], "Unsafe return type for function %(func)s: %(value_type)s": [""], "Unsupported return value for method %(name)s": [""], "Unsafe template value for key %(key)s: %(value_type)s": [""], "Unsupported template value for key %(key)s": [""], "Only `SELECT` statements are allowed against this database": [""], "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [""], "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [""], "Viz is missing a datasource": [""], "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [""], "From date cannot be larger than to date": [""], "Cached value not found": [""], "Columns missing in datasource: %(invalid_columns)s": [""], "Table View": [""], "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [""], "Pick a granularity in the Time section or uncheck 'Include Time'": [""], "Time Table View": [""], "Pick at least one metric": [""], "When using 'Group By' you are limited to use a single metric": [""], "Pivot Table": [""], "Please choose at least one 'Group by' field ": [""], "Please choose at least one metric": [""], "Group By' and 'Columns' can't overlap": [""], "Treemap": [""], "Calendar Heatmap": [""], "Bubble Chart": [""], "Please use 3 different metric labels": [""], "Pick a metric for x, y and size": [""], "Bullet Chart": [""], "Pick a metric to display": [""], "Big Number with Trendline": [""], "Pick a metric!": [""], "Big Number": [""], "Time Series - Line Chart": [""], "Pick a time granularity for your time series": [""], "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [""], "Time Series - Multiple Line Charts": [""], "Time Series - Dual Axis Line Chart": [""], "Pick a metric for left axis!": [""], "Pick a metric for right axis!": [""], "Please choose different metrics on left and right axis": [""], "Time Series - Bar Chart": [""], "Time Series - Period Pivot": [""], "Time Series - Percent Change": [""], "Time Series - Stacked": [""], "Histogram": [""], "Must have at least one numeric column specified": [""], "Distribution - Bar Chart": [""], "Can't have overlap between Series and Breakdowns": [""], "Pick at least one field for [Series]": [""], "Sunburst": [""], "Sankey": [""], "Pick exactly 2 columns as [Source / Target]": [""], "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [""], "Directed Force Layout": [""], "Pick exactly 2 columns to 'Group By'": [""], "Country Map": [""], "World Map": [""], "Filters": [""], "Invalid filter configuration, please select a column": [""], "Parallel Coordinates": [""], "Heatmap": [""], "Horizon Charts": [""], "Mapbox": [""], "[Longitude] and [Latitude] must be set": [""], "Must have a [Group By] column to have 'count' as the [Label]": [""], "Choice of [Label] must be present in [Group By]": [""], "Choice of [Point Radius] must be present in [Group By]": [""], "[Longitude] and [Latitude] columns must be present in [Group By]": [""], "Deck.gl - Multiple Layers": [""], "Bad spatial key": [""], "Invalid spatial point encountered: %s": [""], "Encountered invalid NULL spatial entry, please consider filtering those out": [""], "Deck.gl - Scatter plot": [""], "Deck.gl - Screen Grid": [""], "Deck.gl - 3D Grid": [""], "Deck.gl - Paths": [""], "Deck.gl - Polygon": [""], "Deck.gl - 3D HEX": [""], "Deck.gl - GeoJSON": [""], "Deck.gl - Arc": [""], "Event flow": [""], "Time Series - Paired t-test": [""], "Time Series - Nightingale Rose Chart": [""], "Partition Diagram": [""], "Choose either fields to [Group By] and [Metrics] and/or [Percentage Metrics], or [Columns], not both": [""], "Box Plot": [""], "Distribution - NVD3 - Pie Chart": [""], "iFrame": [""], "Deleted %(num)d annotation layer": ["", "Deleted %(num)d annotation layers"], "All Text": [""], "Deleted %(num)d annotation": ["", "Deleted %(num)d annotations"], "End date must be after start date": [""], "Short description must be unique for this layer": [""], "Annotations could not be deleted.": [""], "Annotation not found.": [""], "Annotation parameters are invalid.": [""], "Annotation could not be created.": [""], "Annotation could not be updated.": [""], "Annotation delete failed.": [""], "Annotation layer parameters are invalid.": [""], "Annotation layer could not be deleted.": [""], "Annotation layer could not be created.": [""], "Annotation layer could not be updated.": [""], "Annotation layer not found.": [""], "Annotation layer delete failed."
{
"@category" : "datascan",
"@timestamp" : "2024-11-07T05:27:55.000Z",
"app" : {
"extract" : {
"ip" : [
"127.0.0.1"
]
},
"favicon" : {
"url" : "/static/assets/images/favicon.png"
},
"http" : {
"bodymd5" : "fee74ca07c0662eef1b982cc50d80176",
"bodymmh3" : -1614507451,
"component" : [
{
"product" : "Superset",
"productvendor" : "Apache"
}
],
"headermd5" : "81a1fe7bfc1d2dd007a8fdfb7cf16bce",
"headermmh3" : -1531438993,
"title" : "Superset"
},
"length" : 16384
},
"asn" : "AS8075",
"city" : "Seoul",
"country" : "KR",
"cpe" : "<enterprise field>: cpe",
"cpecount" : "<enterprise field>: cpecount",
"data" : "HTTP/1.1 200 OK\nServer: gunicorn\nConnection: keep-alive\nContent-Type: text/html; charset=utf-8\nContent-Length: 25603\nVary: Accept-Encoding, Cookie\nSet-Cookie: session=eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZEqUKw._pgIJGqtpOn16ouF8WJOKhB1IqU; HttpOnly; Path=/; SameSite=Lax\n\n\n<!-- extend base layout -->\n\n\n\n\n\n\n\n\n<!DOCTYPE html>\n<html>\n <head>\n <title>Superset</title>\n \n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <meta name=\"description\" content=\"\">\n <meta name=\"author\" content=\"\">\n \n \n \n <link href=\"/static/appbuilder/css/bootstrap.min.css\" rel=\"stylesheet\">\n <link href=\"/static/appbuilder/css/font-awesome.min.css\" rel=\"stylesheet\">\n \n <link href=\"/static/appbuilder/datepicker/bootstrap-datepicker.css\" rel=\"stylesheet\">\n <link href=\"/static/appbuilder/select2/select2.css\" rel=\"stylesheet\">\n <link href=\"/static/appbuilder/css/flags/flags16.css\" rel=\"stylesheet\">\n <link href=\"/static/appbuilder/css/ab.css\" rel=\"stylesheet\">\n \n <link rel=\"icon\" type=\"image/png\" href=\"/static/assets/images/favicon.png\">\n \n <!-- Bundle css theme START -->\n \n <link rel=\"stylesheet\" type=\"text/css\" href=\"/static/assets/theme.760697cc7d9742b18a5d.entry.css\" />\n \n <!-- Bundle css theme END -->\n \n \n <script src=\"/static/appbuilder/js/jquery-latest.js\"></script>\n <script src=\"/static/appbuilder/js/ab_filters.js\"></script>\n <script src=\"/static/appbuilder/js/ab_actions.js\"></script>\n \n \n \n <!-- Bundle js theme START -->\n \n <script src=\"/static/assets/theme.760697cc7d9742b18a5d.entry.js\" async></script>\n \n <!-- Bundle js theme END -->\n </head>\n <body >\n \n <div class=\"modal fade\" id=\"modal-confirm\" tabindex=\"-1\" role=\"dialog\">\n <div class=\"modal-dialog modal-sm\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h4 class=\"modal-title\" id=\"myModalLabel\">\n User confirmation needed\n </h4>\n </div>\n <div class=\"modal-body\">\n <div class=\"modal-text\"></div>\n </div>\n <div class=\"modal-footer\">\n <button type=\"button\" class=\"btn btn-default\" data-dismiss=\"modal\">Cancel</button>\n <a href=\"#\" id='modal-confirm-ok' class=\"btn btn-danger danger\">OK</a>\n </div>\n </div>\n </div>\n</div>\n <div class=\"modal fade\" id=\"modal-alert\" tabindex=\"-1\" role=\"dialog\">\n <div class=\"modal-dialog modal-sm\">\n <div class=\"modal-content\">\n <div class=\"modal-body\">\n <div><h4 class=\"modal-text\"></h4></div>\n </div>\n <div class=\"modal-footer\">\n <button type=\"button\" class=\"btn btn-default\" data-dismiss=\"modal\">OK</button>\n </div>\n </div>\n </div>\n</div>\n \n \n <div id=\"app-menu\">\n <div class=\"navbar navbar-static-top navbar-inverse\" role=\"navigation\">\n <div class=\"container-fluid\">\n <div class=\"navbar-header\">\n <button type=\"button\" class=\"navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-collapse\">\n <span class=\"icon-bar\"></span>\n <span class=\"icon-bar\"></span>\n <span class=\"icon-bar\"></span>\n </button>\n <a class=\"navbar-brand\" href=\"#\">\n <img\n width=\"\"\n src=\"/static/assets/images/superset-logo-horiz.png\"\n alt=\"Superset\"\n />\n </a>\n </div>\n </div>\n </div>\n </div>\n \n \n <div class=\"container\">\n <div class=\"row\">\n \n \n<div id=\"alert-container\">\n \n \n</div>\n \n \n<div class=\"container\">\n <div id=\"loginbox\" style=\"margin-top:50px;\" class=\"mainbox col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2\">\n <div class=\"panel panel-primary\" >\n <div class=\"panel-heading\">\n <div class=\"panel-title\">Sign In</div>\n </div>\n <div style=\"padding-top:30px\" class=\"panel-body\" >\n <form class=\"form\" action=\"\" method=\"post\" name=\"login\">\n <input id=\"csrf_token\" name=\"csrf_token\" type=\"hidden\" value=\"ImMyZjMwY2QyNjg0ODY2OTI4ODZlZDE4ZmU2NGQ4MjcwZDEzYjBiYjYi.ZEqOzg.pIOzXk5BDR0G0Wkvdr05M-xWkzE\">\n <div class=\"help-block\">Enter your login and password below:</div>\n <div class=\"control-group\">\n <label class=\"control-label\" for=\"openid\">Username:</label>\n <div class=\"controls\">\n <div class=\"input-group\">\n <span class=\"input-group-addon\"><i class=\"fa fa-user\"></i></span>\n <input autofocus class=\"form-control\" id=\"username\" name=\"username\" required size=\"80\" type=\"text\" value=\"\">\n </div>\n \n <label class=\"control-label\" for=\"openid\">Password:</label>\n <div class=\"input-group\">\n <span class=\"input-group-addon\"><i class=\"fa fa-key\"></i></span>\n <input class=\"form-control\" id=\"password\" name=\"password\" required size=\"80\" type=\"password\" value=\"\">\n </div>\n \n </div>\n </div>\n \n <div class=\"control-group\">\n <div class=\"controls\">\n <br>\n <div>\n <input class=\"btn btn-primary btn-block\" type=\"submit\" value=\"Sign In\">\n \n </div>\n </div>\n </div>\n </form>\n \n </div>\n </div>\n </div>\n</div>\n </div>\n </div>\n <div class=\"container-fluid\">\n \n \n </div>\n <div id=\"app\" data-bootstrap=\"{"common": {"flash_messages": [], "conf": {"SUPERSET_WEBSERVER_TIMEOUT": 60, "SUPERSET_DASHBOARD_POSITION_DATA_LIMIT": 65535, "SUPERSET_DASHBOARD_PERIODICAL_REFRESH_LIMIT": 0, "SUPERSET_DASHBOARD_PERIODICAL_REFRESH_WARNING_MESSAGE": null, "DISABLE_DATASET_SOURCE_EDIT": null, "ENABLE_JAVASCRIPT_CONTROLS": null, "DEFAULT_SQLLAB_LIMIT": 1000, "DEFAULT_VIZ_TYPE": "table", "SQL_MAX_ROW": 100000, "SUPERSET_WEBSERVER_DOMAINS": null, "SQLLAB_SAVE_WARNING_MESSAGE": null, "DISPLAY_MAX_ROW": 10000, "GLOBAL_ASYNC_QUERIES_TRANSPORT": "polling", "GLOBAL_ASYNC_QUERIES_POLLING_DELAY": 500, "SQL_VALIDATORS_BY_ENGINE": {"presto": "PrestoDBSQLValidator", "postgresql": "PostgreSQLValidator"}, "SQLALCHEMY_DOCS_URL": null, "SQLALCHEMY_DISPLAY_TEXT": null, "GLOBAL_ASYNC_QUERIES_WEBSOCKET_URL": "ws://127.0.0.1:8080/", "DASHBOARD_AUTO_REFRESH_MODE": "force", "SCHEDULED_QUERIES": {}, "EXCEL_EXTENSIONS": ["xlsx", "xls"], "CSV_EXTENSIONS": ["txt", "csv", "tsv"], "COLUMNAR_EXTENSIONS": ["zip", "parquet"], "ALLOWED_EXTENSIONS": ["xlsx", "txt", "csv", "zip", "tsv", "xls", "parquet"], "SAMPLES_ROW_LIMIT": 1000, "ALERT_REPORTS_NOTIFICATION_METHODS": ["Email"], "HAS_GSHEETS_INSTALLED": false}, "locale": "en", "language_pack": {"domain": "superset", "locale_data": {"superset": {"": {"domain": "superset", "plural_forms": "nplurals=2; plural=(n != 1)", "lang": "en"}, "Home": [""], "Annotation Layers": [""], "Manage": [""], "Databases": [""], "Data": [""], "Datasets": [""], "Charts": [""], "Dashboards": [""], "Plugins": [""], "CSS Templates": [""], "Row level security": [""], "Security": [""], "Import Dashboards": [""], "SQL Editor": [""], "SQL Lab": [""], "Saved Queries": [""], "Query History": [""], "Upload a CSV": [""], "Upload Excel": [""], "Action Log": [""], "Dashboard Emails": [""], "Chart Email Schedules": [""], "Alerts": [""], "Alerts & Reports": [""], "Access requests": [""], "Druid Datasources": [""], "Druid Clusters": [""], "Scan New Datasources": [""], "Refresh Druid Metadata": [""], "Issue 1000 - The datasource is too large to query.": [""], "Issue 1001 - The database is under an unusual load.": [""], "Issue 1002 - The database returned an unexpected error.": [""], "Issue 1003 - There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [""], "Issue 1004 - The column was deleted or renamed in the database.": [""], "Issue 1005 - The table was deleted or renamed in the database.": [""], "Issue 1006 - One or more parameters specified in the query are missing.": [""], "Invalid certificate": [""], "Unsafe return type for function %(func)s: %(value_type)s": [""], "Unsupported return value for method %(name)s": [""], "Unsafe template value for key %(key)s: %(value_type)s": [""], "Unsupported template value for key %(key)s": [""], "Only `SELECT` statements are allowed against this database": [""], "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [""], "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [""], "Viz is missing a datasource": [""], "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [""], "From date cannot be larger than to date": [""], "Cached value not found": [""], "Columns missing in datasource: %(invalid_columns)s": [""], "Table View": [""], "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [""], "Pick a granularity in the Time section or uncheck 'Include Time'": [""], "Time Table View": [""], "Pick at least one metric": [""], "When using 'Group By' you are limited to use a single metric": [""], "Pivot Table": [""], "Please choose at least one 'Group by' field ": [""], "Please choose at least one metric": [""], "Group By' and 'Columns' can't overlap": [""], "Treemap": [""], "Calendar Heatmap": [""], "Bubble Chart": [""], "Please use 3 different metric labels": [""], "Pick a metric for x, y and size": [""], "Bullet Chart": [""], "Pick a metric to display": [""], "Big Number with Trendline": [""], "Pick a metric!": [""], "Big Number": [""], "Time Series - Line Chart": [""], "Pick a time granularity for your time series": [""], "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [""], "Time Series - Multiple Line Charts": [""], "Time Series - Dual Axis Line Chart": [""], "Pick a metric for left axis!": [""], "Pick a metric for right axis!": [""], "Please choose different metrics on left and right axis": [""], "Time Series - Bar Chart": [""], "Time Series - Period Pivot": [""], "Time Series - Percent Change": [""], "Time Series - Stacked": [""], "Histogram": [""], "Must have at least one numeric column specified": [""], "Distribution - Bar Chart": [""], "Can't have overlap between Series and Breakdowns": [""], "Pick at least one field for [Series]": [""], "Sunburst": [""], "Sankey": [""], "Pick exactly 2 columns as [Source / Target]": [""], "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [""], "Directed Force Layout": [""], "Pick exactly 2 columns to 'Group By'": [""], "Country Map": [""], "World Map": [""], "Filters": [""], "Invalid filter configuration, please select a column": [""], "Parallel Coordinates": [""], "Heatmap": [""], "Horizon Charts": [""], "Mapbox": [""], "[Longitude] and [Latitude] must be set": [""], "Must have a [Group By] column to have 'count' as the [Label]": [""], "Choice of [Label] must be present in [Group By]": [""], "Choice of [Point Radius] must be present in [Group By]": [""], "[Longitude] and [Latitude] columns must be present in [Group By]": [""], "Deck.gl - Multiple Layers": [""], "Bad spatial key": [""], "Invalid spatial point encountered: %s": [""], "Encountered invalid NULL spatial entry, please consider filtering those out": [""], "Deck.gl - Scatter plot": [""], "Deck.gl - Screen Grid": [""], "Deck.gl - 3D Grid": [""], "Deck.gl - Paths": [""], "Deck.gl - Polygon": [""], "Deck.gl - 3D HEX": [""], "Deck.gl - GeoJSON": [""], "Deck.gl - Arc": [""], "Event flow": [""], "Time Series - Paired t-test": [""], "Time Series - Nightingale Rose Chart": [""], "Partition Diagram": [""], "Choose either fields to [Group By] and [Metrics] and/or [Percentage Metrics], or [Columns], not both": [""], "Box Plot": [""], "Distribution - NVD3 - Pie Chart": [""], "iFrame": [""], "Deleted %(num)d annotation layer": ["", "Deleted %(num)d annotation layers"], "All Text": [""], "Deleted %(num)d annotation": ["", "Deleted %(num)d annotations"], "End date must be after start date": [""], "Short description must be unique for this layer": [""], "Annotations could not be deleted.": [""], "Annotation not found.": [""], "Annotation parameters are invalid.": [""], "Annotation could not be created.": [""], "Annotation could not be updated.": [""], "Annotation delete failed.": [""], "Annotation layer parameters are invalid.": [""], "Annotation layer could not be deleted.": [""], "Annotation layer could not be created.": [""], "Annotation layer could not be updated.": [""], "Annotation layer not found.": [""], "Annotation layer delete failed."",
"datamd5" : "cc44511a738c739c05b0dd514976750a",
"datammh3" : -979335439,
"device" : {
"class" : "<enterprise field>: device.class"
},
"geolocus" : {
"asn" : "AS8075",
"continent" : "NA",
"continentname" : "North America",
"country" : "US",
"countryname" : "United States",
"domain" : [
"microsoft.com"
],
"isineu" : "false",
"latitude" : "37.09024",
"location" : "37.09024,-95.712891",
"longitude" : "-95.712891",
"netname" : "MSFT",
"organization" : "Microsoft Corporation",
"subnet" : "4.217.0.0/16"
},
"ip" : "4.217.248.83",
"ipv6" : "false",
"latitude" : "37.5794",
"location" : "37.5794,126.9754",
"longitude" : "126.9754",
"node" : {
"country" : "<enterprise field>: node.country",
"groupid" : "<enterprise field>: node.groupid",
"id" : "<enterprise field>: node.id",
"physicalcountry" : "<enterprise field>: node.physicalcountry"
},
"organization" : "MICROSOFT-CORP-MSN-AS-BLOCK",
"os" : "Linux Kernel",
"osvendor" : "Linux",
"port" : 7550,
"product" : "Gunicorn",
"productvendor" : "Gunicorn",
"protocol" : "http",
"protocolversion" : "1.1",
"reason" : "OK",
"seen_date" : "2024-11-07",
"source" : "datascan",
"status" : 200,
"subnet" : "4.192.0.0/10",
"tag" : "<enterprise field>: tag",
"tls" : "false",
"transport" : "tcp",
"url" : "/"
}