From b761c9245ee127a14c0acaa027cad419feb506c7 Mon Sep 17 00:00:00 2001 From: Alex Bochkov Date: Sun, 19 Feb 2017 11:07:50 -0800 Subject: [PATCH] BugFix: save ES index name into config file --- EventLogLoaderManager/Form1.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/EventLogLoaderManager/Form1.vb b/EventLogLoaderManager/Form1.vb index 4dfa4ee..91161d3 100644 --- a/EventLogLoaderManager/Form1.vb +++ b/EventLogLoaderManager/Form1.vb @@ -77,6 +77,7 @@ Public Class Form1 Dim ConfigSetting = New ConfigSetting ConfigSetting.ConnectionString = ConnectionStringBox.Text.Trim ConfigSetting.DBType = DBType.Text.Trim + ConfigSetting.ESIndexName = ESIndexNameTextBox.Text For Each Item As ListViewItem In ListView.Items If Item.Checked Then