Troubleshooting
When I tried using the Edge browser, the filters are not clearly visible when viewing data? Make sure you have proper screen resolution to get the filters displayed.
Accessing RDA in firefox is working okay but chrome is giving this error NET::ERR_CERT_INVALID
?
Right click, select inspect element
click on console tab
Copy paste
sendCommand(SecurityInterstitialCommandId.CMD_PROCEED)
press EnterBoom! it should load the page :)
For other solutions refer to this page to fix this issue on Chrome browser
Not able to access RDA UI? Make sure your docker service is up and running. Note: On Mac OS/Windows, check your desktop docker is up and running (docker icon will show up on)
Why the following pipeline is failing at @dm: eval?
dm: eval expects a proper valid expression. Add the following to @dm: eval to fix this.
--> @dm:eval subject =
“‘help.please’”
Is there any way to export the output of bots() command into a CSV file or a dataset
Use the following ( get_bots() will return it as a data frame)
I want to pass content-Type
as a header in the params for the rest-client bot, but I get a cfxql error:
Use backquotes with cfxql `Content-Type
` (- is a special char for cfxql )
How to use extract FQDN from a string or a summary data?
Use grok exprssion to extract FQDN from a string or from summary data as shown in below example:
I want to use grok in my pipelines, where can I get some examples?
Below are pipeline code snippets that provide examples of how to use grok.
Last updated