Activity Feed
- Got Karma for Re: ERROR: Failed to migrate to storage engine wiredTiger, reason=[blank]. 02-28-2023 12:11 AM
- Got Karma for Re: ERROR: Failed to migrate to storage engine wiredTiger, reason=[blank]. 01-11-2022 04:27 PM
- Karma Why receiving an ERROR when updating mmapv1 storage engine to wiredTiger? for kserverman. 12-26-2021 04:58 AM
- Posted Re: ERROR: Failed to migrate to storage engine wiredTiger, reason=[blank] on Installation. 12-26-2021 04:36 AM
- Posted Re: Use a different Index based on a server class on Deployment Architecture. 09-14-2016 04:59 AM
- Posted Re: Use a different Index based on a server class on Deployment Architecture. 09-14-2016 04:46 AM
- Posted Re: Use a different Index based on a server class on Deployment Architecture. 09-13-2016 11:58 PM
- Posted Use a different Index based on a server class on Deployment Architecture. 09-12-2016 11:07 PM
- Tagged Use a different Index based on a server class on Deployment Architecture. 09-12-2016 11:07 PM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
0 |
12-26-2021
04:36 AM
2 Karma
Same here. var/log/splunk/mongod.log shows the following: mongodump linux-vdso.so.1 errno 13
mongodump fatal error: linux-vdso.so.1
mongodump runtime stack:
mongodump linux-vdso.so.1 errno 13
mongodump panic during panic
mongodump runtime stack:
mongodump linux-vdso.so.1 errno 13
mongodump stack trace unavailable
... View more
09-14-2016
04:59 AM
Yeah, ok, that is what I suspected. Thanks anyway!
... View more
09-14-2016
04:46 AM
Thanks for you answer. What if I have a Server in the test environment that has no IIS? Because I deploy the environment app to every server I would still have the monitor stanza for IIS on that server (the forwarder won't find the directory and will probalb report a warning, but thats a rather ugly solution)
... View more
09-13-2016
11:58 PM
Thanks for your help.
That reduces the configs a little, but still I have to redeclare all the stanzas (there are about 20 different monitor stanzas) for every environment. That means that every time I add a monitor I have to update all the environment specific inputs.config as well.
What happens if I configure a stanza in the index app, but not in the environment app. I think the monitors are enabled by default? What if the Monitor Paths are not always the same?
Maybe I should provide an example:
Windows Infrastructure App:
[WinEventLog://Application]
disabled=0
[perfmon://Available Memory]
counters = Available Bytes
interval = 10
object = Memory
...
IIS App
[monitor://Z:/IIS/Log/]
sourcetype = iis
disabled = 0
ignoreOlderThan = 1d
...
Test Environment App
[WinEventLog://Application]
index = test_infrastructure
[perfmon://Available Memory]
index = test_infrastructure
[monitor://Z:/IIS/Log/]
index = test_iis
...
... View more
09-12-2016
11:07 PM
Hi
I would like to use a different Index for each of my environments (Production, Preproduction, Test, etc) and use the deployment server. Can I somehow split the configuration that describes what I want to monitor and in what index it should be saved? So that I can have an app for each environment that just specifies the indexes to be used and another app that specifies what is indexed (independent of the environment)?
The solution that I came up with so far is to create one app per environment and data class (e.g. test_iis, test_win, prod_iis, prod_win).
Thanks for your help.
... View more
- Tags:
- splunk-enterprise