Skip to content
View in the app

A better way to browse. Learn more.

hosang I.T.

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Troubleshoot why LOGS are not showing up

Featured Replies

  • Administrators

In this case we are troubleshooting specially Linux to SPLUNK running on port 6514 but the focus is on connectivity so should work for most scenarios.

A common issue is firewall blocking flow so I test by running netcat using a command like this from the source Linux server

nc -v 10.11.12.13 6514

RESULTS:

successful: no firewall blocked

anything else: firewall blocking or port is not up on destination

If the Firewall is not blocking traffic then check to see if you have an establish connection using netstat on the Linux box

netstat -an | grep 6514

Another helpful tool in this sceanrio is to check tcpdump to see the traffic being sent to the destination server. I would typcally run something like

tcpdump -nni any dst host 10.11.12.13 and dst port 6514
  • Views 35
  • Created
  • Last Reply

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.