Elasticsearch Connector: Mapping Custom DateTime
After installing and configuring an integration, you need to map their fields to Chronicle SOAR fields in order to show the information in the platform.
When configuring the Elasticsearch Connector, we need to “convert” or map the custom date time such as _source_@timestamps field to startTime and endTime of Siemplify cases.
- Navigate to Settings > Ontology > Ontology Status.
- Click the
Configure icon in the same row as the Elasticsearch connector.
- In the Event Configuration page, select the Mapping screen on the left hand side.
- In the System Fields, select the Start Time row and click the Edit icon. The Map Target Field:StartTime screen opens.
- In the Map Target Field: Start Time area:
- Select the extracted Field to be the _source_@timestamp which is from EK stack.
- In the Transformation Function field use FROM_CUSTOM_DATETIME
- In the transformation parameters use YYYY-MM-DDTHH:MM:SS:zzzZ.
- In the Map Target Field: End Time area:
- Select the extracted Field to be the _source_@timestamp which is from EK stack.
- In the Transformation Function field use FROM_CUSTOM_DATETIME
- In the transformation parameters use YYYY-MM-DDTHH:MM:SS:zzzZ. This is to generalize the time format.
- Click Save.
The Elasticsearch timestamp fields are now converted to the standardized time and date fields as can be seen in the screenshot below.