Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
4747ee01
Commit
4747ee01
authored
May 02, 2013
by
Rashid Khan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #63 from rashidkpc/master
Issue #60
parents
c41577c0
c5678139
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
config.js
+5
-1
No files found.
config.js
View file @
4747ee01
...
@@ -12,7 +12,11 @@ If you need to configure the default dashboard, please see dashboards/default
...
@@ -12,7 +12,11 @@ If you need to configure the default dashboard, please see dashboards/default
*/
*/
var
config
=
new
Settings
(
var
config
=
new
Settings
(
{
{
elasticsearch
:
'http://localhost:9200'
,
// By default this will attempt to reach ES at the same host you have
// elasticsearch installed on. You probable want to set it to the FQDN of your
// elasticsearch host
elasticsearch
:
"http://"
+
window
.
location
.
hostname
+
":9200"
,
// elasticsearch: 'http://localhost:9200',
kibana_index
:
"kibana-int"
,
kibana_index
:
"kibana-int"
,
modules
:
[
'histogram'
,
'map'
,
'pie'
,
'table'
,
'stringquery'
,
'sort'
,
modules
:
[
'histogram'
,
'map'
,
'pie'
,
'table'
,
'stringquery'
,
'sort'
,
'timepicker'
,
'text'
,
'fields'
,
'hits'
,
'dashcontrol'
,
'timepicker'
,
'text'
,
'fields'
,
'hits'
,
'dashcontrol'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment