Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #51 from guilhemmarchand/version_1035
Browse files Browse the repository at this point in the history
Version 1.0.35
  • Loading branch information
guilhemmarchand committed Dec 14, 2019
2 parents 07fc29d + 5074b9a commit c058c38
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release notes
#############

Version 1.0.35
==============

- fix: Ops indexers queues issue, first queue should be splunk tcpin queue

Version 1.0.34
==============

Expand Down
2 changes: 1 addition & 1 deletion trackme/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ label = TrackMe
[launcher]
author = Guilhem Marchand
description = Easy data tracking system for Splunk admins
version = 1.0.34
version = 1.0.35
8 changes: 5 additions & 3 deletions trackme/default/data/ui/html/TrackMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ <h3 style="font-size: 18px;">Splunk indexers queues:</h3>
<div class="panel-element-row">
<div id="elementChartQueue1" class="dashboard-element chart" style="width: 100%">
<div class="panel-head">
<h3>1 - TCP_IN Queue</h3>
<h3>1 - Splunk Tcpin Queue</h3>
</div>
<div class="panel-body"></div>
</div>
Expand Down Expand Up @@ -872,7 +872,8 @@ <h3>5 - Indexing Queue</h3>
</div>
</div>
</div>
<div class="modal-footer">
<div class="modal-footer" style="margin-top: 700px;">
<button type="submit" class="btn btn-default btn-default pull-left" data-dismiss="modal"><span class="glyphicon glyphicon-remove"></span> Close</button>
</div>
</div>
</div>
Expand Down Expand Up @@ -933,6 +934,7 @@ <h3 style="font-size: 18px;">Splunk indexing time failures and warnings:</h3>
</div>
</div>
<div class="modal-footer" style="margin-top: 700px;">
<button type="submit" class="btn btn-default btn-default pull-left" data-dismiss="modal"><span class="glyphicon glyphicon-remove"></span> Close</button>
<a class="btn btn-primary" id="btn_search_parsing_issues_linebreaking" target="_blank" href="search_data_source_url" role="button">Search line breaking issues</a>
<a class="btn btn-primary" id="btn_search_parsing_issues_aggregator" target="_blank" href="search_data_source_url" role="button">Search aggregator mining issues</a>
<a class="btn btn-primary" id="btn_search_parsing_issues_dateparser" target="_blank" href="search_data_source_url" role="button">Search date parser issues</a>
Expand Down Expand Up @@ -5575,7 +5577,7 @@ <h2 class="panel-title">Search for audit changes:</h2>
},
"sample_ratio": 1,
"earliest_time": "$inputLinkQueuesTime.earliest$",
"search": "(index=_internal `trackme_idx_filter` source=*metrics.log sourcetype=splunkd group=queue name IN(\"tcpin_cooked_pqueue\")) | eval nhost=replace(host,\"\\\\..*\",\"\") | eval ingest_pipe=if(isnotnull(ingest_pipe),ingest_pipe,\"none\") | search ingest_pipe=* | eval max=coalesce(max_size_kb, max_size) | eval curr=coalesce(current_size_kb, current_size) | eval fill_perc=round(((curr / max) * 100), 2) | timechart span=$inputLinkQueuesTime.span$ max(fill_perc) as avg_fill by nhost useother=false limit=0",
"search": "(index=_internal `trackme_idx_filter` source=*metrics.log sourcetype=splunkd group=queue name IN(\"splunktcpin\")) | eval nhost=replace(host,\"\\\\..*\",\"\") | eval ingest_pipe=if(isnotnull(ingest_pipe),ingest_pipe,\"none\") | search ingest_pipe=* | eval max=coalesce(max_size_kb, max_size) | eval curr=coalesce(current_size_kb, current_size) | eval fill_perc=round(((curr / max) * 100), 2) | timechart span=$inputLinkQueuesTime.span$ max(fill_perc) as avg_fill by nhost useother=false limit=0",
"latest_time": "$inputLinkQueuesTime.latest$",
"cancelOnUnload": true,
"status_buckets": 0,
Expand Down
Binary file removed trackme_1034.tgz
Binary file not shown.
Binary file added trackme_1035.tgz
Binary file not shown.

0 comments on commit c058c38

Please sign in to comment.