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
a7ca34fe
Commit
a7ca34fe
authored
May 29, 2013
by
Rashid Khan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #136 from rashidkpc/master
Undo protocol detections
parents
4fe0913e
8d667ffe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config.js
+1
-1
js/services.js
+1
-1
No files found.
config.js
View file @
a7ca34fe
...
...
@@ -17,7 +17,7 @@ var config = new Settings(
// By default this will attempt to reach ES at the same host you have
// elasticsearch installed on. You probably want to set it to the FQDN of your
// elasticsearch host
elasticsearch
:
window
.
location
.
protocol
+
"
//"
+
window
.
location
.
hostname
+
":9200"
,
elasticsearch
:
"http:
//"
+
window
.
location
.
hostname
+
":9200"
,
// elasticsearch: 'http://localhost:9200',
kibana_index
:
"kibana-int"
,
modules
:
[
'histogram'
,
'map'
,
'pie'
,
'table'
,
'stringquery'
,
'sort'
,
...
...
js/services.js
View file @
a7ca34fe
...
...
@@ -84,7 +84,7 @@ angular.module('kibana.services', [])
})
.
service
(
'kbnIndex'
,
function
(
$http
)
{
// returns a promise containing an array of all indices matching the index
// returns a promise containing an array of all indices matching the index
// pattern that exist in a given range
this
.
indices
=
function
(
from
,
to
,
pattern
,
interval
)
{
var
possible
=
[];
...
...
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