diff --git a/data/timesketch.conf b/data/timesketch.conf index be412a30df..7918de6679 100644 --- a/data/timesketch.conf +++ b/data/timesketch.conf @@ -311,6 +311,14 @@ EMAIL_RECIPIENTS = [] # Configuration to construct URLs for resources. EXTERNAL_HOST_URL = 'https://localhost' +# SSL/TLS support for emails +EMAIL_TLS = False +EMAIL_SSL = False + +# Email support for authentication +EMAIL_AUTH_USERNAME = "" +EMAIL_AUTH_PASSWORD = "" + #------------------------------------------------------------------------------- # Sigma Settings diff --git a/test_tools/test_events/validate_timestamp_conversion.csv b/test_tools/test_events/validate_timestamp_conversion.csv new file mode 100644 index 0000000000..845aa9ec6f --- /dev/null +++ b/test_tools/test_events/validate_timestamp_conversion.csv @@ -0,0 +1,4 @@ +"message","timestamp","datetime","timestamp_desc","data_type" +"Checking timestamp conversion","1331698658000000","2012-03-14T04:17:38+00:00","Time Logged","This event has timestamp" +"Checking timestamp conversion","1658689261000000","2022-07-24T19:01:01+0000","Time Logged","This event has timestamp" +"Make sure message is same","1437789661000000","2015-07-25 02:01:01+00:00","Logging","This data_type should stay the same" diff --git a/timesketch/frontend-ng/src/components/Explore/EventList.vue b/timesketch/frontend-ng/src/components/Explore/EventList.vue index 600aea669f..6357514bd1 100644 --- a/timesketch/frontend-ng/src/components/Explore/EventList.vue +++ b/timesketch/frontend-ng/src/components/Explore/EventList.vue @@ -359,14 +359,14 @@ limitations under the License. - + {{ emoji }} + > {{ item._source[field.text] }} diff --git a/timesketch/frontend-ng/src/components/LeftPanel/Search.vue b/timesketch/frontend-ng/src/components/LeftPanel/Search.vue index 4f97cbc1fc..375475a26d 100644 --- a/timesketch/frontend-ng/src/components/LeftPanel/Search.vue +++ b/timesketch/frontend-ng/src/components/LeftPanel/Search.vue @@ -16,7 +16,7 @@ limitations under the License.