Below are my log entry DateTime=2020-12-16 14:19:01:888 UTC, Type=Orchestrator Event Log, Environment=prod, Thread=[Processor-ENSDelivery-PRODOCSNotification001-5], Logger=com.expedia.www.orchestrator.service.OrchestratorProcessor Message=[Email_TransactionStatus=SUCCESS, OrchestrationStatus=WWW_Template, FallBackStatus=MODULE_BUILDER_FAILED, FallBackReason=LxVirtualCurrencyRefundAmount and LXCreditCardRefundAmount both are null or empty] This is my splunk query index=app splunk_server_group="bexg*" sourcetype=orchestrator-service* NOT "url=/isActive" NOT "Logger=com.netflix.servo.publish.JmxMetricPoller" Email_TransactionStatus FallBackStatus=MODULE_BUILDER_FAILED | stats count by FallBackStatus, FallBackReason It shows like below FallBackStatus FallBackReason Count MODULE_BUILDER_FAILED LxVirtualCurrencyRefundAmount 1 My expected output FallBackStatus FallBackReason Count MODULE_BUILDER_FAILED LxVirtualCurrencyRefundAmount and LXCreditCardRefundAmount both are null or empty 1 It seems the mentioned case FallBackReason filed value getting cropped.
... View more