Splunk 是一個很強大的工具,而且也有免費版提
但當你用REST 或者Python 連上去,你會有以下的error message
HTTP 401 -- Remote login disabled because you are using a free license which does not provide authentication. To resolve either switch to the forwarder-only license or the enterprise trial license included with the product. To override this and enable unauthenticated remote management, edit the 'allowRemoteLogin' setting in your server.conf file.
因為企業版有Role base Control, 但免費版只有一個ADMIN
File location 在 /opt/splunk/etc/system/local/server.conf
在[general]下面加上 allowRemoteLogin=always
[general]
serverName= xxxx
pass4SymmKey = xxxxx
但當你用REST 或者Python 連上去,你會有以下的error message
HTTP 401 -- Remote login disabled because you are using a free license which does not provide authentication. To resolve either switch to the forwarder-only license or the enterprise trial license included with the product. To override this and enable unauthenticated remote management, edit the 'allowRemoteLogin' setting in your server.conf file.
因為企業版有Role base Control, 但免費版只有一個ADMIN
File location 在 /opt/splunk/etc/system/local/server.conf
在[general]下面加上 allowRemoteLogin=always
[general]
serverName= xxxx
pass4SymmKey = xxxxx
allowRemoteLogin=always
就可以連了
就可以連了
留言
發佈留言