-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchanges_feed
More file actions
21 lines (13 loc) · 864 Bytes
/
changes_feed
File metadata and controls
21 lines (13 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
If you receive a question on changes feed:
you can check for changes feed by using this curl
acurl 'https://mercyilade.cloudant.com/animaldb/_changes' | jq .
you can use the since parameter and the feed parameter so that you don't need to loop through all the changes
acurl 'https://mercyilade.cloudant.com/animaldb/_changes?feed=continuous&since
="42-g1AAAAGjeJzLYWBgYMlgTmGQT0lKzi9KdUhJMtJLykxPyilN1UvOyS9NScwr0ctLLckBKmRKZEiy____
f1YGcyJXLlCA3cQ8ycQ41YiwdlQrTHBbkeQAJJPqobawQGwxNEyxMDMnbALRHsljAZIMDUAKaNF-
kE08YJtSkpMS0ywsqOgfiE0HIDaB_SQAtsnC3MQ81ciUsClZAMAWh0A"
'
The "feed" argument is a great approach to retrieve the updates, but can we use feed with a sequence id
(at least a hardcoded one just to jump the initial data)?
index="dbcore" host="*.qton001" seq | rex "qton/(?<database>[^\.]*)" | stats count by database
CS0136821 for more info