Index: /branches/amp_3_7_1/src/webui/webui/htdocs/new/src/hive/util/__init__.py
===================================================================
--- /branches/amp_3_7_1/src/webui/webui/htdocs/new/src/hive/util/__init__.py	(revision 0)
+++ /branches/amp_3_7_1/src/webui/webui/htdocs/new/src/hive/util/__init__.py	(working copy)
@@ -0,0 +1 @@
+__all__ = ['constants']
\ No newline at end of file
Index: /branches/amp_3_7_1/src/webui/webui/htdocs/new/src/hive/util/constants.py
===================================================================
--- /branches/amp_3_7_1/src/webui/webui/htdocs/new/src/hive/util/constants.py	(revision 0)
+++ /branches/amp_3_7_1/src/webui/webui/htdocs/new/src/hive/util/constants.py	(working copy)
@@ -0,0 +1,9 @@
+SECONDARY = 'secondary'
+
+PRIMARY = 'primary'
+
+PRIMARY_LOG_LOCATION = '/var/log/elasticsearch'
+
+SECONDARY_LOG_LOCATION = '/secondary/elasticsearch'
+
+ELASTIC_SEARCH_CONFIG_FILE = '/etc/elasticsearch/elasticsearch.yml'
\ No newline at end of file
