Cluster Management and Tools

Topics

Task Management

Energy Logserver provides the ability to manage tasks. Table with running tasks is located in Tasks section.

Long Running Query

If query is cancellable trash icon is available in Actions column. (Note: Not every query can be canceled)

Searchbar and filtering

It is possible to search for running task using searchbar. There are provided four types of filtering:

  • Cancellable - It filters only cancellable tasks.

  • Parent - This option filters only parent tasks.

  • Action - It filters by action ( Sample action: indices:data/write/bulk).

  • Running time in seconds - When checked, only shows tasks that take longer than a specified number of seconds.

Task Details

Expanding the details column provides more information about a given task. (Note: Depending on the type of task, different information may be provided.)

Cerebro - Cluster Health

Cerebro is the cluster administration tool that allows you to perform the following tasks:

  • monitoring and management of indexing nodes, indexes and shards:

  • monitoring and management of index snapshoots :

  • informing about problems with indexes and shards:

Access to the Cluster module is possible through the button in the upper right corner of the main window.

To configure cerebro see to Configuration section.

Data dump

Data dump guide is available under this link

Data Node index management tool

Tool guide is available under this link

Sync/Copy

The Sync/Copy module allows you to synchronize or copy data between two Energylogserver clusters. You can copy or synchronize selected indexes or indicate index pattern.

Configuration

Before starting Sync/Copy, complete the source and target cluster data in the Profile and Create profiletab:

  • Protocol - http or https;

  • Host - IP address ingest node;

  • Port - communication port (default 9200);

  • Username - username that has permission to get data and save data to the cluster;

  • Password - password of the above user

  • Cluster name

You can view or delete the profile in the Profile List tab.

Synchronize data

To perform data synchronization, follow the instructions:

  • go to the Sync tab;

  • select Source Profile

  • select Destination Profile

  • enter the index pattern name in Index pattern to sync

  • or use switch Toggle to select between Index pattern or name and enter indices name.

  • to create synchronization task, press Submit button

Copy data

To perform data copy, follow the instructions:

  • go to the Copy tab;

  • select Source Profile

  • select Destination Profile

  • enter the index pattern name in Index pattern to sync

  • or use switch Toggle to select between Index pattern or name and enter indices name.

  • to start copying data press the Submit button

Running Sync/Copy

Prepared Copy/Sync tasks can be run on demand or according to a set schedule. To do this, go to the Jobs tab. With each task you will find the Action button that allows:

  • running the task;

  • scheduling task in Cron format;

  • deleting task;

  • download task logs.