Hi, I am exporting my SAS server but it's splitting one big event to multiple small events with identical timestamp. I want to combine these small events to one event in splunk (index_time/search_time) .
Please refer to the below _raw log.
2021-09-16T14:56:13,979 INFO [00000003] :sas - NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead. 2021-09-16T14:56:13,980 INFO [00000003] :sas - NOTE: All profile changes will be lost at the end of the session. 2021-09-16T14:56:13,980 INFO [00000003] :sas - 2021-09-16T14:56:14,003 INFO [00000006] :sas - 2021-09-16T14:56:14,003 INFO [00000006] :sas - NOTE: Copyright (c) 2016 by SAS Institute Inc., Cary, NC, USA. 2021-09-16T14:56:14,003 INFO [00000006] :sas - NOTE: SAS (r) Proprietary Software 9.4 (TS1M7) 2021-09-16T14:56:14,003 INFO [00000006] :sas - Licensed to MSF -SI TECH DATA (DMA DEV), Site 70251144. 2021-09-16T14:56:14,003 INFO [00000006] :sas - NOTE: This session is executing on the Linux 3.10.0-1160.83.1.el7.x86_64 (LIN X64) platform. 2021-09-16T14:56:14,003 INFO [00000006] :sas - 2021-09-16T14:56:14,003 INFO [00000006] :sas - 2021-09-16T14:56:14,003 INFO [00000006] :sas - 2021-09-16T14:56:14,003 INFO [00000006] :sas - NOTE: Additional host information: 2021-09-16T14:56:14,003 INFO [00000006] :sas - 2021-09-16T14:56:14,003 INFO [00000006] :sas - Linux LIN X64 3.10.0-1160.83.1.el7.x86_64 #1 SMP Mon Dec 19 10:44:06 UTC 2022 x86_64 Red Hat Enterprise Linux Server release 7.9 (Maipo) 2021-09-16T14:56:14,003 INFO [00000006] :sas - 2021-09-16T14:56:14,006 INFO [00000006] :sas - You are running SAS 9. Some SAS 8 files will be automatically converted 2021-09-16T14:56:14,007 INFO [00000006] :sas - by the V9 engine; others are incompatible. Please see 2021-09-16T14:56:14,007 INFO [00000006] :sas - http://support.sas.com/rnd/migration/planning/platform/64bit.html 2021-09-16T14:56:14,007 INFO [00000006] :sas - 2021-09-16T14:56:14,007 INFO [00000006] :sas - PROC MIGRATE will preserve current SAS file attributes and is 2021-09-16T14:56:14,007 INFO [00000006] :sas - recommended for converting all your SAS libraries from any 2021-09-16T14:56:14,007 INFO [00000006] :sas - SAS 8 release to SAS 9. For details and examples, please see 2021-09-16T14:56:14,007 INFO [00000006] :sas - http://support.sas.com/rnd/migration/index.html 2021-09-16T14:56:14,007 INFO [00000006] :sas - 2021-09-16T14:56:14,007 INFO [00000006] :sas - 2021-09-16T14:56:14,007 INFO [00000006] :sas - This message is contained in the SAS news file, and is presented upon 2021-09-16T14:56:14,007 INFO [00000006] :sas - initialization. Edit the file "news" in the "misc/base" directory to 2021-09-16T14:56:14,007 INFO [00000006] :sas - display site-specific news and information in the program log. 2021-09-16T14:56:14,007 INFO [00000006] :sas - The command line option "-nonews" will prevent this display. 2021-09-16T14:56:14,007 INFO [00000006] :sas - 2021-09-16T14:56:14,007 INFO [00000006] :sas - 2021-09-16T14:56:14,007 INFO [00000006] :sas - 2021-09-16T14:56:14,007 INFO [00000006] :sas - 2021-09-16T14:56:14,008 INFO [00000006] :sas - NOTE: SAS initialization used: 2021-09-16T14:56:14,008 INFO [00000006] :sas - real time 0.19 seconds 2021-09-16T14:56:14,008 INFO [00000006] :sas - cpu time 0.08 seconds 2021-09-16T14:56:14,008 INFO [00000006] :sas - 2021-09-16T14:56:14,331 INFO [00000005] :sas - SAH011001I SAS Metadata Server (8561), State, starting 2021-09-16T14:56:14,362 INFO [00000009] :sas - The maximum number of cluster nodes was set to 8 as a result of the OMA.MAXIMUM_CLUSTER_NODES option. 2021-09-16T14:56:14,362 INFO [00000009] :sas - OMACONFIG option 1 found with value OMA.SASSEC_LOCAL_PW_SAVE and processed. 2021-09-16T14:56:15,160 INFO [00000009] :sas - Using AES with 64-bit salt and 10000 iterations for password storage. 2021-09-16T14:56:15,160 INFO [00000009] :sas - Using SASPROPRIETARY for password fetch. 2021-09-16T14:56:15,160 INFO [00000009] :sas - Using SHA-256 with 64-bit salt and 10000 iterations for password hash. 2021-09-16T14:56:15,169 INFO [00000009] :sas - SAS Metadata Authorization Facility Initialization. 2021-09-16T14:56:15,169 INFO [00000009] :sas - SAS is an adminUser. 2021-09-16T14:56:15,169 INFO [00000009] :sas - SASTRUST@SASPWI is a trustedUser. 2021-09-16T14:56:15,170 INFO [00000009] :sas - SASADM@SASPWI is an unrestricted adminUser. Thanks in advance.
... View more