9.0.5.1 apparently, it had something to do w/ what I was originally trying. target blank is working now, but the token isn't. <form version="1.1" theme="dark"> <label>Error Overview</label> ...
See more...
9.0.5.1 apparently, it had something to do w/ what I was originally trying. target blank is working now, but the token isn't. <form version="1.1" theme="dark"> <label>Error Overview</label> <description>These charts only show apps having errors in the selected time frame</description> <fieldset submitButton="false"> <input type="time" token="field1"> <label></label> <default> <earliest>-24h@h</earliest> <latest>now</latest> </default> </input> </fieldset> <row> <panel> <title>Across Time</title> <chart> <search> <query>(index=ivss OR index=hec_18399_na_prod) NOT "*ivss-test*" NOT (SourceName=Microsoft-Windows-CAPI2) NOT (SourceName=Microsoft-Windows-DistributedCOM) NOT (SourceName="Microsoft WSE 3.0") NOT (SourceName=Microsoft-Windows-GroupPolicy) NOT (SourceName=Microsoft-Windows-Eventlog) NOT (SourceName=Logging) NOT (SourceName=ADFSAuth) NOT (SourceName=Schannel) NOT "*PackageExtractor.exe*" NOT "*w3wp.exe*" NOT "*openssl.exe*" (Type="Error" OR Level="Error") | eval AppName = case( (SourceName="KmsService" AND Message="*Mailer(*"), "Mailer", (SourceName="KmsService" AND Message="*SPackager(*"), "SPackager", (SourceName="KmsService" AND Message="*Hancock(Ver:*"), "Hancock", (SourceName="KmsService" AND Message="*GVMSAuth(Ver:*"), "GVMSAuth", (source="Cloud.SecurePnC"), "Cloud_SecurePnC", (source="ivssspd"), "SecurePackageDelivery", (sourcetype="WinEventLog:System" AND EventCode=5074), "AppPool_Restarts", (source="ivsscs" AND 'Properties.Service'="SecureConnect"), "Cloud_SecureConnect", (source="ivsscs" AND 'Properties.Service'="SecureMessage"), "Cloud_SecureMessage", (source="ivsscs" AND 'Properties.Service'="FPackager"), "Cloud_FPackager", (SourceName="IVSSCS" AND match(_raw, ".*Service = SecureMessage.*")), "SecureMessage", (SourceName="IVSSCS" AND match(_raw, ".*Service = SecureConnect.*")), "SecureConnect", (SourceName="KmsService"), "KmsService", (SourceName="AutoSigner"), "AutoSigner", (SourceName="DebugToken"), "DebugToken", (SourceName="FlashbackCache"), "FlashbackCache", (SourceName="KeyBundler"), "KeyBundler", (SourceName="SecureModuleCore"), "SecureModuleCore", (SourceName="SecureOTACore"), "SecureOTACore", (SourceName="SecurePaaK"), "SecurePaaK", (SourceName="SecurePayloadCore"), "SecurePayloadCore", (SourceName="SecurePnCCore"), "SecurePnCCore", (SourceName="SecureRekey"), "SecureRekey", (SourceName="SecureSigner"), "SecureSigner", (SourceName="SupplierFeed"), "SupplierFeed", (SourceName="TRON"), "TRON", (SourceName="WSLAgent5"), "WSLAgent5", (SourceName="MMU"), "MMU", 1==1, "Other") | timechart usenull=f useother=f limit=0 span=1h count by AppName</query> <earliest>$field1.earliest$</earliest> <latest>$field1.latest$</latest> </search> <option name="charting.axisTitleX.visibility">collapsed</option> <option name="charting.chart">line</option> <option name="charting.drilldown">all</option> <option name="height">500</option> <option name="refresh.display">progressbar</option> <drilldown target="_blank"> <eval token="app_query"> case( $click.value$=="Mailer", "(SourceName="KmsService" AND Message="*Mailer(*")", $click.value$=="SPackager", "(SourceName="KmsService" AND Message="*SPackager(*")", $click.value$=="Hancock", "(SourceName="KmsService" AND Message="*Hancock(Ver:*")", $click.value$=="GVMSAuth", "(SourceName="KmsService" AND Message="*GVMSAuth(Ver:*")", $click.value$=="Cloud_SecurePnC", "(source="Cloud.SecurePnC")", $click.value$=="SecurePackageDelivery", "(source="ivssspd")", $click.value$=="AppPool_Restarts", "(sourcetype="WinEventLog:System" AND EventCode=5074)", $click.value$=="Cloud_SecureConnect", "(source="ivsscs" AND Properties.Service="SecureConnect")", $click.value$=="Cloud_SecureMessage", "(source="ivsscs" AND Properties.Service="SecureMessage")", $click.value$=="Cloud_FPackager", "(source="ivsscs" AND Properties.Service="FPackager")", $click.value$=="SecureMessage", "(SourceName="IVSSCS" AND "*Service = SecureMessage*")", $click.value$=="SecureConnect", "(SourceName="IVSSCS" AND "*Service = SecureConnect*")", $click.value$=="KmsService", "(SourceName="KmsService")", $click.value$=="AutoSigner", "(SourceName="AutoSigner")", $click.value$=="DebugToken", "(SourceName="DebugToken")", $click.value$=="FlashbackCache", "(SourceName="FlashbackCache")", $click.value$=="KeyBundler", "(SourceName="KeyBundler")", $click.value$=="SecureModuleCore", "(SourceName="SecureModuleCore")", $click.value$=="SecureOTACore", "(SourceName="SecureOTACore")", $click.value$=="SecurePaaK", "(SourceName="SecurePaaK")", $click.value$=="SecurePayloadCore", "(SourceName="SecurePayloadCore")", $click.value$=="SecurePnCCore", "(SourceName="SecurePnCCore")", $click.value$=="SecureRekey", "(SourceName="SecureRekey")", $click.value$=="SecureSigner", "(SourceName="SecureSigner")", $click.value$=="SupplierFeed", "(SourceName="SupplierFeed")", $click.value$=="TRON", "(SourceName="TRON")", $click.value$=="WSLAgent5", "(SourceName="WSLAgent5")", $click.value$=="MMU", "(SourceName="MMU")" ) </eval> <eval token="start_time">$row._time$</eval> <eval token="end_time">$row._time$ + $row._span$</eval> <link target="_blank">search?q=(index%3Divss%20OR%20index%3Dhec_18399_na_prod)%0ANOT%20%22*ivss-test*%22%0ANOT%20(SourceName%3DMicrosoft-Windows-CAPI2)%0ANOT%20(SourceName%3DMicrosoft-Windows-DistributedCOM)%0ANOT%20(SourceName%3D%22Microsoft%20WSE%203.0%22)%0ANOT%20(SourceName%3DMicrosoft-Windows-GroupPolicy)%0ANOT%20(SourceName%3DMicrosoft-Windows-Eventlog)%0ANOT%20(SourceName%3DLogging)%0ANOT%20(SourceName%3DADFSAuth)%0ANOT%20(SourceName%3DSchannel)%0ANOT%20%22*PackageExtractor.exe*%22%0ANOT%20%22*w3wp.exe*%22%0ANOT%20%22*openssl.exe*%22%0A(Type%3D%22Error%22%20OR%20Level%3D%22Error%22)%0A$app_query$&earliest=$start_time$&latest=$end_time$</link> </drilldown> </chart> </panel> </row> </form> that xml ends up w/ the token not getting turned into the token's value in the search window - it remains "$app_query$", like this: (index=ivss OR index=hec_18399_na_prod) NOT "*ivss-test*" NOT (SourceName=Microsoft-Windows-CAPI2) NOT (SourceName=Microsoft-Windows-DistributedCOM) NOT (SourceName="Microsoft WSE 3.0") NOT (SourceName=Microsoft-Windows-GroupPolicy) NOT (SourceName=Microsoft-Windows-Eventlog) NOT (SourceName=Logging) NOT (SourceName=ADFSAuth) NOT (SourceName=Schannel) NOT "*PackageExtractor.exe*" NOT "*w3wp.exe*" NOT "*openssl.exe*" (Type="Error" OR Level="Error") $app_query$