Add elasticsearch transport
This commit is contained in:
@@ -531,6 +531,12 @@ Type: Array of multiaddress peerinfo strings, must include peerid (/p2p/12D3K...
|
||||
Name: "JsonTracerFile",
|
||||
Type: "string",
|
||||
|
||||
Comment: ``,
|
||||
},
|
||||
{
|
||||
Name: "ElasticSearchTracer",
|
||||
Type: "string",
|
||||
|
||||
Comment: ``,
|
||||
},
|
||||
},
|
||||
|
||||
@@ -310,6 +310,7 @@ type Pubsub struct {
|
||||
IPColocationWhitelist []string
|
||||
RemoteTracer string
|
||||
JsonTracerFile string
|
||||
ElasticSearchTracer string
|
||||
}
|
||||
|
||||
type Chainstore struct {
|
||||
|
||||
Reference in New Issue
Block a user