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
dc88fff7
Commit
dc88fff7
authored
Apr 22, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migration: Import dashboards from Elasticsearch was capped at 100, now capped at 10000, Fixes #1843
parent
8ff31625
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
+1
-1
public/app/plugins/datasource/elasticsearch/datasource.js
+1
-1
No files found.
README.md
View file @
dc88fff7
...
...
@@ -111,7 +111,7 @@ bra run
### Running
```
./grafana
web
./grafana
```
Open grafana in your browser (default http://localhost:3000) and login with admin user (default user/pass = admin/admin).
...
...
public/app/plugins/datasource/elasticsearch/datasource.js
View file @
dc88fff7
...
...
@@ -74,7 +74,7 @@ function (angular, _, config, kbn, moment) {
var
data
=
{
"fields"
:
[
timeField
,
"_source"
],
"query"
:
{
"filtered"
:
{
"query"
:
query
,
"filter"
:
filter
}
},
"size"
:
100
"size"
:
100
00
};
return
this
.
_request
(
'POST'
,
'/_search'
,
annotation
.
index
,
data
).
then
(
function
(
results
)
{
...
...
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