Refine your search:

I created a Dashboard from following search

sourcetype="TAFC_LOG_LINE" MANAGER | table _time _raw TransactionUUID | rename TransactionUUID as UUID | streamstats range(_time) as Duration by UUID | where Duration > 0.0

Now in Dashboard there is two option UUID Duration

When I click on duration I got above error with below message

PARSER: Applying intentions failed Unable to drilldown because of post-reporting 'streamstats' command

Here is the XML for Dashboard <?xml version='1.0' encoding='utf-8'?> <dashboard> <label>UUID Chart</label> <row> <chart> <searchname>UUID</searchname> <title>UUID</title> <option name="charting.chart">line</option> </chart> </row> </dashboard>

asked 12 Jun '12, 03:20

jangid's gravatar image

jangid
668114
accept rate: 31%

edited 24 Jul '12, 09:13

Any update regarding my question?

(13 Jun '12, 03:07) jangid

Just putting this as a comment because it's not really an answer, but I suspect your problems might have something common with this: http://splunk-base.splunk.com/answers/6076/parser-error-on-drilldown-when-using-table

(13 Jun '12, 03:19) Ayn

2 Answers:

I modified my query and now its work.

link

answered 06 Aug '12, 03:29

jangid's gravatar image

jangid
668114
accept rate: 31%

is there any solution available for this ?

link

answered 19 Jul '12, 05:27

jangid's gravatar image

jangid
668114
accept rate: 31%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×468
×352

Asked: 12 Jun '12, 03:20

Seen: 943 times

Last updated: 06 Aug '12, 03:29

Copyright © 2005-2012 Splunk Inc. All rights reserved.