kudawdev / nifi-monitoring-splunk

Nifi Monitoring Splunk
MIT License
5 stars 4 forks source link

Instances Panel returns 404 Not Found #14

Closed jowayn closed 1 year ago

jowayn commented 2 years ago

The NiFi instances panel under Configuration > Lookups > NiFi Instances throws a 404 error. Will need the instances panel to correctly configure a NiFi instance to use with the Splunk app. Do let me know if there are any updates on this! Thanks!

idglabs commented 2 years ago

Hi jowayn,

I have that error in the past on What splunk version are you using? do you have the access to Lookups menu in splunk because can be problem related to permissions

thanks

jowayn commented 2 years ago

Hi, I am using Splunk version 9.0.0. Yes, I do have access to the Lookups Menu. Is the Instances panel working on your end? If yes, what Splunk version are you using? What suggestions might you have to fix this issue? Thanks!

idglabs commented 2 years ago

yes menu is working fine on my instance where I'm admin with full access splunk 8.1.1

Check access to lookups menu in splunk (Settings--> Lookups) and fast solution it;s to import a lookups csv file, i did this and was working but let's see what @kudawdev suggest.

jowayn commented 2 years ago

I think I understand your solution. Basically we upload a CSV in place of the KVstore so that the instance lookup will work. I understand that the _key value is not important in creating this new CSV lookup, as it is just used to identify it in the KV store. However, what are the values for cluster, host to input into this CSV? I do have access to Settings --> Lookups as admin so I am able to upload this new lookup CSV. Thank you so much for your help!

jowayn commented 2 years ago

Update: Have found the fix for the problem. It is simply a matter of installing the additional 2 Splunk apps before the Instances panel loads correctly :) Maybe it will be good to add this to documentation so that further users will not get confused by this Lookup File Editor Status Indicator - Custom Visualization

idglabs commented 2 years ago

yes correct related to app "Lookup File Editor" , in my scenario for security policy this app is denied, so I'm uploaded CSV .

Thanks for details

avasquezkudaw commented 2 years ago

Hi,

We add the pre-requisites in the documentation:

https://kudawdev.github.io/nifi-monitoring-splunk/installation/

image

Thanks.

avasquezkudaw commented 1 year ago

Hello, it's related to pre-requisites. Regards