You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abc --version
Version: 0.6.7
Variant: !oss
Go version: go1.11.1
OS: linux
Arch: amd64
I'm trying to import only one collection from a mongodb database which has three collections, but I think because two of my collections are similarly named the regex picks up both, this then fails in elastic because it tries to create two mapping types, e.g. I see this on the import:
src_filter option will not work when you are using a transform file. In that case, put the filter in the namespace selector in .Source method.
for example in postgresql:
t.Source("source", source, "/.*test_schema.test_table")
I'm trying to import only one collection from a mongodb database which has three collections, but I think because two of my collections are similarly named the regex picks up both, this then fails in elastic because it tries to create two mapping types, e.g. I see this on the import:
My transform file looks like:
How can I exclude it from picking up this collection:
INFO[0000] adding for iteration... collection="market_raw_data" db="data"
The text was updated successfully, but these errors were encountered: