Campi degli audit log di accesso ai dati
Nella tabella seguente sono elencati i campi dei messaggi dell'API Bigtable Data e viene indicato se vengono registrati o meno nell'ambito dell'audit logging degli accessi ai dati.
AUDITED
indica che il campo è incluso nella voce del log di controllo, AUDIT_SIZE
indica che le dimensioni del campo ripetuto vengono utilizzate per impostare il numero di elementi di risposta durante il log di controllo e Not Audited
indica che il campo non viene sottoposto a controllo.
|
||
Messaggio | Campo | Stato del logging |
---|---|---|
Cella | timestamp_micros | Non sottoposto ad audit |
valore | Non sottoposto ad audit | |
labels[ ] | Non sottoposto ad audit | |
CheckAndMutateRowRequest | table_name | AUDITATO |
app_profile_id | AUDITATO | |
riga_chiave1 | AUDITATO | |
predicate_filter | AUDITATO | |
true_mutations[ ] | AUDITATO | |
false_mutations[ ] | AUDITATO | |
CheckAndMutateRowResponse | predicate_matched | AUDITATO |
Colonna | qualificatore | Non sottoposto ad audit |
cells[ ] | Non sottoposto ad audit | |
ColumnRange | family_name | AUDITATO |
start_qualifier_closed | AUDITATO | |
start_qualifier_open | AUDITATO | |
end_qualifier_closed | AUDITATO | |
end_qualifier_open | AUDITATO | |
Famiglia | nome | Non sottoposto ad audit |
columns[ ] | Non sottoposto ad audit | |
MutateRowRequest | table_name | AUDITATO |
app_profile_id | AUDITATO | |
riga_chiave1 | AUDITATO | |
mutations[ ] | AUDITATO | |
MutateRowResponse | Non sottoposto ad audit | |
MutateRowsRequest | table_name | AUDITATO |
app_profile_id | AUDITATO | |
entries[ ] | AUDITATO | |
Voce
(una mutazione per una determinata riga). |
riga_chiave1 | AUDITATO |
mutations[ ] | AUDITATO | |
MutateRowsResponse | entries[ ] | AUDITATO |
Voce
(il risultato dell'applicazione di una mutazione passata nella richiesta originale). |
indice | AUDITATO |
stato | AUDITATO | |
Mutazione | set_cell | AUDITATO |
delete_from_column | AUDITATO | |
delete_from_family | AUDITATO | |
delete_from_row | AUDITATO | |
DeleteFromColumn | family_name | AUDITATO |
column_qualifier | Non sottoposto ad audit | |
time_range | Non sottoposto ad audit | |
DeleteFromFamily | family_name | AUDITATO |
DeleteFromRow | Non sottoposto ad audit | |
SetCell | family_name | AUDITATO |
column_qualifier | Non sottoposto ad audit | |
timestamp_micros | Non sottoposto ad audit | |
valore | Non sottoposto ad audit | |
ReadModifyWriteRowRequest | table_name | AUDITATO |
app_profile_id | AUDITATO | |
riga_chiave1 | AUDITATO | |
rules[ ] | AUDITATO | |
ReadModifyWriteRowResponse | riga | Non sottoposto ad audit |
ReadModifyWriteRule | family_name | AUDITATO |
column_qualifier | Non sottoposto ad audit | |
append_value | Non sottoposto ad audit | |
increment_amount | Non sottoposto ad audit | |
ReadRowsRequest | table_name | AUDITATO |
app_profile_id | AUDITATO | |
righe | AUDITATO | |
filtro | AUDITATO | |
rows_limit | AUDITATO | |
ReadRowsResponse | chunks[ ] | AUDIT_SIZE |
last_scanned_row_key1 | Non sottoposto ad audit | |
response_stream_bytes2 | AUDITATO | |
CellChunk | riga_chiave1 | Non sottoposto ad audit |
family_name | Non sottoposto ad audit | |
qualificatore | Non sottoposto ad audit | |
timestamp_micros | Non sottoposto ad audit | |
labels[ ] | Non sottoposto ad audit | |
valore | Non sottoposto ad audit | |
value_size | Non sottoposto ad audit | |
reset_row | Non sottoposto ad audit | |
commit_row | Non sottoposto ad audit | |
Riga | chiave | Non sottoposto ad audit |
families[ ] | Non sottoposto ad audit | |
RowFilter | catena | AUDITATO |
interleave | AUDITATO | |
condizione | AUDITATO | |
sink | AUDITATO | |
pass_all_filter | AUDITATO | |
block_all_filter | AUDITATO | |
row_key_regex_filter | AUDITATO | |
row_sample_filter | AUDITATO | |
family_name_regex_filter | AUDITATO | |
column_qualifier_regex_filter | AUDITATO | |
column_range_filter | AUDITATO | |
timestamp_range_filter | AUDITATO | |
value_regex_filter | AUDITATO | |
value_range_filter | AUDITATO | |
cells_per_row_offset_filter | AUDITATO | |
cells_per_row_limit_filter | AUDITATO | |
cells_per_column_limit_filter | AUDITATO | |
strip_value_transformer | AUDITATO | |
apply_label_transformer | AUDITATO | |
Catena | filters[ ] | AUDITATO |
Condizione | predicate_filter | AUDITATO |
true_filter | AUDITATO | |
false_filter | AUDITATO | |
Interlaccia | filters[ ] | AUDITATO |
RowRange | start_key_closed | AUDITATO |
start_key_open | AUDITATO | |
end_key_open | AUDITATO | |
end_key_closed | AUDITATO | |
RowSet | row_keys[ ] | AUDITATO |
intervalli_righe[ ] | AUDITATO | |
SampleRowKeysRequest | table_name | AUDITATO |
app_profile_id | AUDITATO | |
SampleRowKeysResponse | riga_chiave1 | Non sottoposto ad audit |
offset_bytes | Non sottoposto ad audit | |
response_stream_bytes2 | AUDITATO | |
TimestampRange | start_timestamp_micros | AUDITATO |
end_timestamp_micros | AUDITATO | |
ValueRange | start_value_closed | Non sottoposto ad audit |
start_value_open | Non sottoposto ad audit | |
end_value_closed | Non sottoposto ad audit | |
end_value_open | Non sottoposto ad audit |
Passaggi successivi
- Scopri di più sull'audit logging di Bigtable.
- Visualizza un esempio di audit log di accesso ai dati di Bigtable.