Is it possible in IIS 8 use Shared Configuration and set an HTTP Header for each server with a different value?
Kamarey's questions
I'm using LogStash to import IIS logs into ElasticSearch. It's done by pointing the LogStash to the folder with IIS logs which contains several log files each per day. Currently I don't use the LogStash forwarder (not sure if it change anything).
The problem is that the LogStash waits until the current log is flushed to disk,.which takes many hours. The command "netsh http flush logbuffer" does nothing and there only 2 things to flush logs:
- New day log, which flush previous log
- I manually go to the log folder in Windows Explorer and press F5 (refresh).
So I'm looking for better way if any.
I know how to flush IIS7 logs when I'm logged on some machine:
netsh http flush logbuffer
How can I do it on another machine?
I know how to delete a single sub folder or multiple ones by mask:
rmdir /s /q C:\Somedir\DirToDelete
or
rmdir /s /q C:\Somedir\DirsToDelete*
But I want to delete all sub folders, say, with name DeleteMe, from all sub folders within C:\Somedir.
Ideas?
Is it possible to move a Windows hibernation file to a different drive?
For instance, if I have Windows installed on C:
, I want its hibernate file be on D:
.
I wanted to about hibernation file (hiberfil.sys
), not the page file.
I have windows XP SP3 on Intel Core Duo 2GHz. The "Interrupts" process, according to the Process Explorer, continuously take 30-40% CPU. Is it normal?