Discussion:
[influxdb] can we regex in influxdb queries
surendra matta
2017-09-14 19:45:24 UTC
Permalink
Hi ,

i am trying to execute the below regx in the query , please let me know
whether my query is ok or not ?

String = TC02_ProM_01_GetNewToken()_MultipleAccounts

regex is *.*ProM.**

*Influxdb Query = SELECT * FROM jmeter WHERE project = 'eComm' and
status = 'ok' AND suite = 'LT' and page != 'all' and metric = 'count'
and page = /.*ProM.*/ and time > now() - 1h *

*FYI.. i want to filter all my transaction based on the keyword "ProM"*

*Regards,*
*venkat*
--
Remember to include the version number!
---
You received this message because you are subscribed to the Google Groups "InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email to influxdb+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/1dc9d146-7f11-4236-bf42-458ae5fca921%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
surendra matta
2017-09-14 20:17:46 UTC
Permalink
it working by providing the


*Influxdb Query = SELECT * FROM jmeter WHERE project = 'eComm' and
status = 'ok' AND suite = 'LT' and page != 'all' and metric = 'count'
and page =~ /.*ProM.*/ and time > now() - 1h *
Post by surendra matta
Hi ,
i am trying to execute the below regx in the query , please let me know
whether my query is ok or not ?
String = TC02_ProM_01_GetNewToken()_MultipleAccounts
regex is *.*ProM.**
*Influxdb Query = SELECT * FROM jmeter WHERE project = 'eComm' and
status = 'ok' AND suite = 'LT' and page != 'all' and metric = 'count'
and page = /.*ProM.*/ and time > now() - 1h *
*FYI.. i want to filter all my transaction based on the keyword "ProM"*
*Regards,*
*venkat*
--
Remember to include the version number!
---
You received this message because you are subscribed to the Google Groups "InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email to influxdb+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/22b72cb3-202a-46f5-a5cf-5b9187c8da20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...