Page 1 of 1
how to create new index?
Posted: Sun Jul 26, 2020 10:13 pm
by winsonlee
Due to the so much number of our windows events, so we want to sparate windows event into other index
How to create a new index to store windows eventlog to separate from syslog?
Re: how to create new index?
Posted: Mon Jul 27, 2020 4:43 pm
by jdunitz
You can create a separate index, but NLS won't be able to manage it for you--you'd be creating it outside of NLS.
Is that OK for your environment? Would you be able to maintain that index separately with your own filters and everything?
--Jeffrey
Re: how to create new index?
Posted: Wed Jul 29, 2020 8:40 pm
by winsonlee
jdunitz wrote:You can create a separate index, but NLS won't be able to manage it for you--you'd be creating it outside of NLS.
Is that OK for your environment? Would you be able to maintain that index separately with your own filters and everything?
--Jeffrey
Ok i got it
But our log is too large, if we want to further improve the query speed, in addition to increasing the number of nodes to 10, maybe manually separating and managing the index is our only option to improve the query speed.
Re: how to create new index?
Posted: Thu Jul 30, 2020 5:22 pm
by benjaminsmith
Hi
@winsonlee,
Going to check with the team internally on this one, but how many nodes to you have right now?
Re: how to create new index?
Posted: Thu Aug 06, 2020 8:26 pm
by winsonlee
We have 8 nodes now, and we plan to add 2 nodes more into cluster at next month
Re: how to create new index?
Posted: Fri Aug 07, 2020 9:44 am
by benjaminsmith
Hi
@winsonlee,
Adding more nodes will certainly help improve performance and query speed, but I would also recommend reviewing the overall system to make sure there are no bottlenecks as far as memory, CPU, and disk performance. For example, if one of those nodes do not have sufficient memory or as much as the other nodes, the slower instance will slow down the query result.
The following guide has some more details on Nagios Log Server performance recommendations, let us know if you have more questions.
Performance and Storage Walkthrough