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
9218
accept rate: 8%

edited 12 Jan '10, 20:40

Johnvey's gravatar image

Johnvey ♦♦
2.1k217


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.1k217
accept rate: 60%

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:

×32
×31
×27

Asked: 31 Dec '09, 00:25

Seen: 285 times

Last updated: 12 Jan '10, 20:40

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