Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Widget → The query that feeds the table widget should be:

    Code Block
    query(Input0.value)
  • Input → Enter the required query in the input to show data on the widget, for example:

    Code Block
    from demosiem.logtrust.ecommerce.data
    group every 5m
    by method, statusCodeweb.activity
    where isnotnull(city)
    where not isempty(city)
    group by city, country, method
    select count(bytesTransferred) as bytesTransferredcount

...

...