Slackbot
08/09/2023, 1:03 PMSergio Ferragut
08/09/2023, 2:26 PMAmir Naik
08/09/2023, 3:18 PM{
"dataSource": "BL_AUTH_LOGS_FIXED",
"interval": "2023-06-25T00:00:00.000Z/2023-06-26T00:00:00.000Z",
"version": "2023-08-09T09:55:41.301Z",
"loadSpec": {
"type": "s3_zip",
"bucket": "log-analytics",
"key": "druid/segments/BL_AUTH_LOGS_FIXED/2023-06-25T00:00:00.000Z_2023-06-26T00:00:00.000Z/2023-08-09T09:55:41.301Z/0/index.zip",
"S3Schema": "s3n"
},
"dimensions": "command_hostname,process_name,authentication_module,process_id,user_id,operation_message,event_type,user_name,session_open_time,session_close_time,source_ip,sudo_command",
"metrics": "",
"shardSpec": {
"type": "numbered",
"partitionNum": 0,
"partitions": 0
},
"binaryVersion": 9,
"size": 273567,
"identifier": "BL_AUTH_LOGS_FIXED_2023-06-25T00:00:00.000Z_2023-06-26T00:00:00.000Z_2023-08-09T09:55:41.301Z"
}
I assumed the "size": 273567 refers to the object
"key": "druid/segments/BL_AUTH_LOGS_FIXED/2023-06-25T00:00:00.000Z_2023-06-26T00:00:00.000Z/2023-08-09T09:55:41.301Z/0/index.zip" in s3. But actually it is not.Sergio Ferragut
08/09/2023, 3:23 PMAmir Naik
08/09/2023, 3:31 PM/var/druid/segment-cache/ in Historical. 280K 2023-06-25T00:00:00.000Z_2023-06-26T00:00:00.000Z So it is the Historical local segment cache. Not s3. But the metadata JSON says the s3 path. That's kinda confusing 🙂