Add elasticsearch transport

This commit is contained in:
Mak Muftic
2021-09-15 14:50:27 +02:00
parent d2702209a4
commit bb85ca031d
7 changed files with 85 additions and 8 deletions
+6
View File
@@ -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: ``,
},
},
+1
View File
@@ -310,6 +310,7 @@ type Pubsub struct {
IPColocationWhitelist []string
RemoteTracer string
JsonTracerFile string
ElasticSearchTracer string
}
type Chainstore struct {