From 5b2118c614df38ed05fa613d7a32f46729191785 Mon Sep 17 00:00:00 2001 From: rick-slin Date: Thu, 15 Jun 2023 12:16:49 -0400 Subject: [PATCH] fixed typos in timeline.yaml --- data/timeliner.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/timeliner.yaml b/data/timeliner.yaml index 6b5b474571..3a61dfa354 100644 --- a/data/timeliner.yaml +++ b/data/timeliner.yaml @@ -96,13 +96,15 @@ attribute_mappings: place_holder_event: true --- data_type: 'apple:ips_recovery_logd' -attributes_mapping: +attribute_mappings: - name: 'event_time' description: 'Event Time' +- name: 'process_launch_time' + description: 'Process Launch Time' place_holder_event: true --- data_type: 'apple:ips_stacks' -attributes_mapping: +attribute_mappings: - name: 'event_time' description: 'Event Time' place_holder_event: true