We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ff4510 + 52258fa commit e466a70Copy full SHA for e466a70
Linux Script/configure-linux.sh
@@ -734,7 +734,7 @@ createRsyslogDir() {
734
#check if the logs made it to Loggly
735
checkIfLogsMadeToLoggly() {
736
logMsgToConfigSysLog "INFO" "INFO: Sending test message to Loggly."
737
- uuid=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)
+ uuid=$(cat /proc/sys/kernel/random/uuid)
738
739
queryParam="syslog.appName%3ALOGGLYVERIFY%20$uuid"
740
logger -t "LOGGLYVERIFY" "LOGGLYVERIFY-Test message for verification with UUID $uuid"
0 commit comments