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
0f551acc
Commit
0f551acc
authored
Sep 11, 2013
by
Rashid Khan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #483 from rashidkpc/master
Removed default @message from logstash dashboards
parents
5f1b6984
4b067854
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
dashboards/logstash.js
+1
-1
dashboards/logstash.json
+0
-2
No files found.
dashboards/logstash.js
View file @
0f551acc
...
...
@@ -160,7 +160,7 @@ dashboard.rows[3].panels = [
dashboard
.
rows
[
4
].
panels
=
[
{
type
:
'table'
,
fields
:
!
_
.
isUndefined
(
ARGS
.
fields
)
?
ARGS
.
fields
.
split
(
','
)
:
[
'@timestamp'
,
'@message'
],
fields
:
!
_
.
isUndefined
(
ARGS
.
fields
)
?
ARGS
.
fields
.
split
(
','
)
:
[],
sort
:
!
_
.
isUndefined
(
ARGS
.
sort
)
?
ARGS
.
sort
.
split
(
','
)
:
[
ARGS
.
timefield
||
'@timestamp'
,
'desc'
],
overflow
:
'expand'
}
...
...
dashboards/logstash.json
View file @
0f551acc
...
...
@@ -191,8 +191,6 @@
},
"overflow"
:
"min-height"
,
"fields"
:
[
"@timestamp"
,
"@message"
],
"highlight"
:
[],
"sortable"
:
true
,
...
...
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