Hi @performancemoni I know this answer is a bit late, but maybe it will help others that run into this issue. The "MS-SQL Server Using MS Generic Driver With Windows Authentication" is only supported when DB Connect is running on a Windows server. Try Kerberos authentication instead. https://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Installdatabasedrivers#Microsoft_SQL_Server
... View more
@dataisbeautiful You should be able to control this by adding this line:
display.visualizations.charting.chart = line
to the following .conf file(s): Global:
$SPLUNK_HOME/etc/system/local/ui-prefs.conf
Per User:
$SPLUNK_HOME/etc/users/<username>/system/local/ui-prefs.conf
For more information see: https://docs.splunk.com/Documentation/Splunk/9.3.1/admin/Ui-prefsconf
... View more
We fixed this issue by changing the HEC endpoint that the data was being sent to from services/collector/raw to services/collector/event. More information here: https://docs.splunk.com/Documentation/Splunk/latest/Data/HECRESTendpoints
... View more
I ran into this same issue on Splunk 8.0.10 and Cisco eStreamer eNcore 4.8.3 Add-on. The solution for me was to move the setup.xml from the bin folder to the default folder. mv /opt/splunk/etc/apps/TA-eStreamer/bin/setup.xml /opt/splunk/etc/apps/TA-eStreamer/default/
... View more