Refine your search:

I have a search that is expensive so I am building a datacube, returning multiple stats such as number of views, number of distinct views per domain. I want to use HiddenPostProcess to display each stat on a separate chart. The following works with SimpleResultsTable, but not with FlashChart.

Thanks, Dan

sourcetype=syslog | stats count as views,dc(client_ip) as distinct_views by uri_domain | fields + client_ip,views | sort - views

asked 31 Dec '09, 00:25

tpaulsen's gravatar image

tpaulsen
1201219
accept rate: 6%

edited 12 Jan '10, 20:40

Johnvey's gravatar image

Johnvey
2.3k4619


One Answer:

This is a known bug in 4.0, and will be resolved in 4.1.

link

answered 12 Jan '10, 20:32

Johnvey's gravatar image

Johnvey
2.3k4619
accept rate: 58%

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:

×77
×61
×56

Asked: 31 Dec '09, 00:25

Seen: 574 times

Last updated: 30 Jan, 05:52

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