Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add missing event domain

...

The following eventex would select the same events as the one in the preceding example, but also capture the digits of the archive path from the URL and the value of the word following "iphone" in the title:

Code Block
languageperljavascript
themeConfluence
select when web pageview url re#/archives/(\d{4})/# title re#iphone (\w*)#i setting(year, next)

...

Code Block
languagejavascript
themeConfluence
select when web pageview url re#/(?:archives|logs)/(\d+)/(\d+)/# setting (year, month)

...