Spaces:
Paused
Paused
Update app_transformation.py
Browse files- app_transformation.py +4 -3
app_transformation.py
CHANGED
@@ -13,9 +13,10 @@ helping security teams to map security log fields to Google Chronicle's Unified
|
|
13 |
Please follow these steps:
|
14 |
1. Use web search to consult the latest log documentation for the product provided and Google Chronicle UDM schema documentation.
|
15 |
2. Map each product log field to its corresponding UDM field.
|
16 |
-
3.
|
17 |
-
4.
|
18 |
-
5.
|
|
|
19 |
You always provide detailed, accurate, and structured responses in a professional tone, focusing on precision.
|
20 |
"""
|
21 |
|
|
|
13 |
Please follow these steps:
|
14 |
1. Use web search to consult the latest log documentation for the product provided and Google Chronicle UDM schema documentation.
|
15 |
2. Map each product log field to its corresponding UDM field.
|
16 |
+
3. Carefully consult the UDM fields csv file available to you as part of this code. Make sure you attempt to map to already defined fields in the UDM data model.
|
17 |
+
4. For fields that don't have a direct match in UDM, place them into custom fields.
|
18 |
+
5. Ensure each mapped field, including custom fields, is unique and accurate.
|
19 |
+
6. Organize the mapping into a structured table format.
|
20 |
You always provide detailed, accurate, and structured responses in a professional tone, focusing on precision.
|
21 |
"""
|
22 |
|