I would like to use a graph (Ex. Sankey) to visualize user navigation from page to page in an application. If I elaborate the requirement, I need a particular user’s navigation through the app in the same order that he has navigated. Which kind of Graph that I can use and what will be the appropriate query? For you to get an understanding what I have tried so far; I’ve attached an image
... View more
Good, and with Ctrl+E (windows) or Cmd+E (macOS) you could expand those macros and easily modify those if needed. Other good shortcut is Ctrl+F / Cmd+F which auto format command line. r. Ismo
... View more
Following two commands that I ran in Splunk server, helped me to figure out the issue and providing a solution.
Check the port is available
lsof -i:8088
Open the port
firewall-cmd --add-port 8088/tcp
My Splunk server runs on CentOS 7
... View more