Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest lookml sync [DONT MERGE] #14

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3f22ac4
Merge pull request #1 from looker-open-source/master
pradeepthangamuthu Nov 4, 2022
63cd5a1
Merge branch 'looker-open-source:master' into master
pradeepthangamuthu Dec 19, 2022
a972357
[b/260020903] UDM Events primary key fix (#59)
pradeepthangamuthu Dec 28, 2022
5f87485
[b/272003201] Filters aggregate risk for only risk_score (#89)
pradeepthangamuthu Mar 14, 2023
a40de32
[b/272003201] Adds risk_score filter for context aware detection dash…
pradeepthangamuthu Apr 3, 2023
b58433d
Merge branch 'looker-open-source:master' into master
pradeepthangamuthu Apr 10, 2023
96ea4cc
Merge branch 'looker-open-source:master' into release-april-2023
pradeepthangamuthu Apr 10, 2023
9b700b3
Merge remote-tracking branch 'origin/release-april-2023' into release…
Jun 15, 2023
f99c42c
Adds proto2lkml
Jun 15, 2023
4325213
[b/268283630] Enhance drill down for rules_detections dashboard (#98)
hdahiya18 Mar 28, 2023
5f2c556
Add tooltip + pivot to alert view
smritinahata305 Apr 30, 2023
5f619cf
b/281842161 fix
smritinahata305 May 18, 2023
334b4b0
cuts ove all LookMLs from a table called udm_events toa table called …
panoskoug May 19, 2023
7d55ac6
[b/283363477] Non-impacting change to test force fetching of ref from…
hdahiya18 May 22, 2023
aa2e90e
[b/260331943] Fixes drill down issues with UDM Events & Events explor…
pradeepthangamuthu May 23, 2023
7f5ef98
Removes access grants for Events
Jun 15, 2023
fd7d53a
Fixes label for UDM Events GCS
Jun 15, 2023
7e00579
Reverts proto2lkml changes
Jun 15, 2023
413701d
Syncs latest embedded dashboard changes
Jun 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
853 changes: 853 additions & 0 deletions dashboards/cdir_gcp_dashboard.dashboard.lookml

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dashboards/context_aware_detections_risk.dashboard.lookml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
defaults_version: 1
hidden_fields: []
filters:
rule_detections__detection__outcomes.name: '"risk_score"'
listen:
Time: rule_detections.event_timestamp_time
row: 2
Expand Down Expand Up @@ -367,6 +368,8 @@
series_types: {}
listen:
Time: rule_detections.event_timestamp_time
filters:
rule_detections__detection__outcomes.name: '"risk_score"'
row: 8
col: 0
width: 24
Expand Down
73 changes: 49 additions & 24 deletions dashboards/data_ingestion_and_health.dashboard.lookml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- dashboard: data_ingestion_and_health
title: Data Ingestion and Health (DEPRECATED)
title: Data Ingestion and Health
layout: newspaper
preferred_viewer: dashboards-next
elements:
Expand All @@ -11,7 +11,7 @@
filters:
ingestion_stats.period: This Period
sorts: [ingestion_stats.total_entry_number desc]
limit: 500
limit: 50
value_labels: legend
label_type: labPer
x_axis_gridlines: false
Expand Down Expand Up @@ -45,6 +45,7 @@
series_types: {}
listen:
Time: ingestion_stats.period_filter
Log Type: ingestion_stats.log_type
row: 3
col: 0
width: 12
Expand All @@ -57,7 +58,7 @@
filters:
ingestion_stats.period: This Period
sorts: [ingestion_stats.total_size_bytes desc]
limit: 500
limit: 50
value_labels: legend
label_type: labPer
x_axis_gridlines: false
Expand Down Expand Up @@ -91,6 +92,7 @@
series_types: {}
listen:
Time: ingestion_stats.period_filter
Log Type: ingestion_stats.log_type
row: 3
col: 12
width: 12
Expand Down Expand Up @@ -128,7 +130,8 @@
num_rows: '10'
series_types: {}
defaults_version: 1
listen: {}
listen:
Log Type: ingestion_stats.log_type
row: 24
col: 12
width: 12
Expand Down Expand Up @@ -182,7 +185,8 @@
ingestion_stats.total_size_bytes_GiB: Ingestion Throughput
ingestion_stats.total_entry_number: Ingested Event Count
defaults_version: 1
listen: {}
listen:
Log Type: ingestion_stats.log_type
row: 30
col: 0
width: 8
Expand All @@ -194,7 +198,7 @@
fields: [ingestion_stats.timestamp_hour, ingestion_stats.total_entry_number, ingestion_stats.total_size_bytes_GiB]
fill_fields: [ingestion_stats.timestamp_hour]
filters:
ingestion_stats.timestamp_time: 1 weeks
ingestion_stats.timestamp_time: 7 days
sorts: [ingestion_stats.timestamp_hour desc]
limit: 500
query_timezone: America/Los_Angeles
Expand Down Expand Up @@ -236,7 +240,8 @@
ingestion_stats.total_entry_number: Ingested Event Count
ingestion_stats.total_size_bytes_GiB: Ingestion Throughput
defaults_version: 1
listen: {}
listen:
Log Type: ingestion_stats.log_type
row: 30
col: 8
width: 8
Expand Down Expand Up @@ -294,7 +299,8 @@
ingestion_stats.total_size_bytes_GiB: Ingestion Throughput
ingestion_stats.total_entry_number: Ingested Event Count
defaults_version: 1
listen: {}
listen:
Log Type: ingestion_stats.log_type
row: 30
col: 16
width: 8
Expand All @@ -307,9 +313,9 @@
sorts: [ingestion_stats.period desc]
limit: 500
column_limit: 50
dynamic_fields: [{table_calculation: delta, label: Delta, expression: '${ingestion_stats.total_entry_number}
- offset(${ingestion_stats.total_entry_number}, 1)', value_format: "#,##0,\" K\";-#,##0,\" K\"",
value_format_name: !!null '', _kind_hint: measure, _type_hint: number}]
dynamic_fields: [{table_calculation: delta, label: Delta, expression: "${ingestion_stats.total_entry_number}\
\ - offset(${ingestion_stats.total_entry_number}, 1)", value_format: '#,##0,"
K";-#,##0," K"', value_format_name: !!null '', _kind_hint: measure, _type_hint: number}]
query_timezone: America/Los_Angeles
custom_color_enabled: true
show_single_value_title: false
Expand All @@ -320,7 +326,7 @@
enable_conditional_formatting: false
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
value_format: "[>=1000000000]#,##0,,,\" B\";[>=1000000]0,,\" M\";0,\" K\""
value_format: '[>=1000000000]#,##0,,," B";[>=1000000]0,," M";0," K"'
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
Expand Down Expand Up @@ -352,6 +358,7 @@
note_text: Delta compared to previous time period
listen:
Time: ingestion_stats.period_filter
Log Type: ingestion_stats.log_type
row: 0
col: 5
width: 5
Expand All @@ -363,9 +370,9 @@
fields: [ingestion_stats.total_error_events, ingestion_stats.period]
sorts: [ingestion_stats.period desc]
limit: 500
dynamic_fields: [{table_calculation: delta, label: Delta, expression: '${ingestion_stats.total_error_events}
- offset(${ingestion_stats.total_error_events}, 1)', value_format: "#,##0.0,\" K\";-#,##0.0,\" K\"",
value_format_name: !!null '', _kind_hint: measure, _type_hint: number}]
dynamic_fields: [{table_calculation: delta, label: Delta, expression: "${ingestion_stats.total_error_events}\
\ - offset(${ingestion_stats.total_error_events}, 1)", value_format: '#,##0.0,"
K";-#,##0.0," K"', value_format_name: !!null '', _kind_hint: measure, _type_hint: number}]
query_timezone: America/Los_Angeles
custom_color_enabled: true
show_single_value_title: false
Expand All @@ -376,7 +383,7 @@
enable_conditional_formatting: false
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
value_format: "[>=1000000000]#,##0,,,\" B\";[>=1000000]0,,\" M\";0,\" K\""
value_format: '[>=1000000000]#,##0,,," B";[>=1000000]0,," M";0," K"'
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
Expand Down Expand Up @@ -408,14 +415,14 @@
note_text: Delta compared to previous time period
listen:
Time: ingestion_stats.period_filter
Log Type: ingestion_stats.log_type
row: 0
col: 15
width: 5
height: 3
- name: Ingested Events Count
type: text
title_text: Ingested Events Count
subtitle_text: ''
body_text: ''
row: 0
col: 0
Expand All @@ -424,7 +431,6 @@
- name: Ingestion Error Count
type: text
title_text: Ingestion Error Count
subtitle_text: ''
body_text: ''
row: 0
col: 10
Expand Down Expand Up @@ -491,7 +497,8 @@
totals_color: "#808080"
defaults_version: 1
series_types: {}
listen: {}
listen:
Log Type: ingestion_stats.log_type
row: 24
col: 0
width: 12
Expand Down Expand Up @@ -536,6 +543,7 @@
defaults_version: 1
listen:
Time: ingestion_stats.period_filter
Log Type: ingestion_stats.log_type
row: 9
col: 0
width: 24
Expand Down Expand Up @@ -611,6 +619,7 @@
series_types: {}
listen:
Time: ingestion_stats.period_filter
Log Type: ingestion_stats.log_type
row: 16
col: 0
width: 24
Expand Down Expand Up @@ -730,7 +739,8 @@
defaults_version: 1
hide_totals: false
hide_row_totals: false
listen: {}
listen:
Log Type: ingestion_stats.log_type
row: 36
col: 0
width: 24
Expand Down Expand Up @@ -850,7 +860,8 @@
defaults_version: 1
hide_totals: false
hide_row_totals: false
listen: {}
listen:
Log Type: ingestion_stats.log_type
row: 43
col: 0
width: 24
Expand Down Expand Up @@ -970,7 +981,8 @@
defaults_version: 1
hide_totals: false
hide_row_totals: false
listen: {}
listen:
Log Type: ingestion_stats.log_type
row: 50
col: 0
width: 24
Expand Down Expand Up @@ -1088,15 +1100,15 @@
defaults_version: 1
hide_totals: false
hide_row_totals: false
listen: {}
listen:
Log Type: ingestion_stats.log_type
row: 57
col: 0
width: 24
height: 7
- name: ''
type: text
title_text: ''
subtitle_text: ''
body_text: '**Please note that the dashboards below have timelines that are pre-selected
and the "Time" filter doesn''t apply to them**'
row: 22
Expand All @@ -1117,3 +1129,16 @@
explore: ingestion_stats
listens_to_filters: []
field: ingestion_stats.period_filter
- name: Log Type
title: Log Type
type: field_filter
default_value: ''
allow_multiple_values: true
required: false
ui_config:
type: advanced
display: popover
options: []
explore: ingestion_stats
listens_to_filters: []
field: ingestion_stats.log_type
Loading