Member since
01-22-2014
27
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4524 | 01-22-2014 11:43 AM |
03-08-2019
05:17 AM
This worked for me, the snipped below is an example for limiting the diskspace to 5gb <property> <name>firehose_time_series_storage_bytes</name> <value>5368709120</value> </property>
... View more
02-21-2014
05:53 AM
Actually I discovered there is an icon next to Status on home page (looks like a clipboard edit image) that had the add management services in the drop down when I clicked it. This worked for me. Thanks.
... View more
02-18-2014
05:30 PM
You are correct. I had an older version bin file. Thanks
... View more
02-02-2014
11:13 AM
All variables have to statically resolve at compile time. Still, you can statically enumerate multiple solrLocators and do stuff like this: if { conditions : [ { equals { tenant : [foo] } } ] then : [ { loadSolr { solrLocator : { collection : collection_foo, zkHost : "127.0.0.1:2181/solr" } } } ] else : [ { loadSolr { solrLocator : { collection : collection_bar, zkHost : "127.0.0.1:2181/solr" } } } ] } Wolfgang.
... View more
01-22-2014
11:43 AM
Ok, setting morphlineFile = morphlines.conf works Thanks
... View more