Activity Feed
- Posted Re: splunk can't get wmi(wsql) query logs on windows 2008 64bit, windows 2003 64bit on Splunk Search. 11-04-2011 08:47 AM
- Posted Re: splunk can't get wmi(wsql) query logs on windows 2008 64bit, windows 2003 64bit on Splunk Search. 11-04-2011 12:27 AM
- Posted Re: ServerSideInclude module error in Windows Apps for zh_TW language? on All Apps and Add-ons. 10-28-2011 11:58 AM
- Posted Re: ServerSideInclude module error in Windows Apps for zh_TW language? on All Apps and Add-ons. 10-28-2011 11:57 AM
- Posted Re: ServerSideInclude module error in Windows Apps for zh_TW language? on All Apps and Add-ons. 10-27-2011 01:54 AM
Topics I've Started
No posts to display.
11-04-2011
08:47 AM
Seemingly you need to fix the wmi problems on those tow windows servers before you can make windows app work.
I would like to suggest you to resync the performance counters on those two machines.
But surely I cannot guarantee it works or risk free.
Probably you would like to talk with your windows system administrators first.
The command:
winmgmt /resyncperf
If you like to clean the old data before you resync the counters you can try the following command:
winmgmt /clearadap
After you resync the counters you need to restart the wmi service on those tow machines.
You can find more information in this document in Microsoft Support Site
http://support.microsoft.com/kb/266416
Once you got the wmi classes come back, I think the windows app can work.
For install universal forwarder(uf),
Make sure the uf is installed with a account having proper privilege (it should be ok if you use default option while installation).
And Maker sure there is no firewall block the communication between universal fowarder and splunk server.
Hope you have a nice day.
... View more
11-04-2011
12:27 AM
Does splunk server you installed remotely monitor the two machine Windows 2008 64bit & Windows 2003 64bit server?
Or you install two splunks on those two machines and you enable the windows app on two machines but the windows app not work?
... View more
10-28-2011
11:58 AM
Sorry I made a mistake,
please try this:
$SPLUNK_HOME/etc/apps/windows/appserver/static/welcome-zh_TW.html
To resolve the issue by following the next 3 steps
1. Open the file welcom-zh_TW.html
2. Go to line 41
3. Replace the line with 若您想修改或新增匯入的資料, 請前往<strong><a href="${make_url('/manager/windows/apps/local/windows?action=edit')}">Splunk Windows設定</a></strong>頁面.
... View more
10-28-2011
11:57 AM
Sorry I made a mistake,
please try this:
$SPLUNK_HOME/etc/apps/windows/appserver/static/welcome-zh_TW.html
To resolve the issue by following the next 3 steps
1. Open the file welcom-zh_TW.html
2. Go to line 41
3. Replace the line with 若您想修改或新增匯入的資料, 請前往<strong><a href="${make_url('/manager/windows/apps/local/windows?action=edit')}">Splunk Windows設定</a></strong>頁面.
... View more
10-27-2011
01:54 AM
suggest to modify the file
$SPLUNK_HOME/etc/apps/windows/appserver/static/welcome-zh_TW.html
To resolve the issue by following the next 3 steps
1. Open the file welcom-zh_TW.html
2. Go to line 45
3. Replace the line with <strong><a href="${generateSelfHelpLink('Win.Forwarding.Help')}" target="blank" title="${('Splunk help')}">${_("Help")}</a></strong> by 說明
... View more