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
Copy file name to clipboardExpand all lines: docs/private-networks/how-to/monitor/opentelemetry.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
11
11
12
12
# Use OpenTelemetry
13
13
14
-
You can use the OpenTelemetry monitoring and tracing service to gather node metrics and traces. To enable OpenTelemetry to access Besu, use the [`--metrics-enabled`](../../../public-networks/reference/cli/options.md#metrics-enabled) and [`--metrics-protocol=opentelemetry`](../../../public-networks/reference/cli/options.md#metrics-protocol) options. Use [Splunk](https://splunk.com) to visualize the collected data. A [Besu Sync example](https://github.com/splunk/splunk-connect-for-ethereum/tree/master/examples/besu-sync) is available.
14
+
You can use the OpenTelemetry monitoring and tracing service to gather node metrics and traces. To enable OpenTelemetry to access Besu, use the [`--metrics-enabled`](../../../public-networks/reference/cli/options.md#metrics-enabled) and [`--metrics-protocol=opentelemetry`](../../../public-networks/reference/cli/options.md#metrics-protocol) options. Use [Splunk](https://splunk.com) to visualize the collected data.
15
15
16
16
:::tip
17
17
@@ -145,8 +145,6 @@ You can also install exporters that send system metrics to OpenTelemetry to moni
145
145
146
146
</Tabs>
147
147
148
-
You can also refer to this [Docker-compose example](https://github.com/splunk/splunk-connect-for-ethereum/blob/989dc2ccae7d8235bf3ce2a83a18cf0cd1713294/examples/besu-sync/full-sync/docker-compose.yaml).
149
-
150
148
2. Start Besu with the [`--metrics-enabled`](../../../public-networks/reference/cli/options.md#metrics-enabled) and [`--metrics-protocol=opentelemetry`](../../../public-networks/reference/cli/options.md#metrics-protocol) options. For example, run the following command to start a single node:
Copy file name to clipboardExpand all lines: docs/private-networks/how-to/monitor/splunk.md
+3-44Lines changed: 3 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ Splunk can aggregate multiple logs in one place and run complex queries without
16
16
Options for running Splunk and Besu are:
17
17
18
18
-[Developer Quickstart with Splunk](#developer-quickstart-with-splunk)
19
-
-[Splunk Connect for Ethereum Docker Compose](#splunk-connect-for-ethereum-docker-compose)
20
19
-[Use Splunk Enterprise as a Docker container](#use-splunk-enterprise-as-a-docker-container)
21
20
-[Run a Splunk Enterprise instance](#run-a-splunk-enterprise-instance)
22
21
@@ -27,47 +26,6 @@ To view the Quickstart network logs in Splunk:
27
26
1.[Start the Developer Quickstart with Besu](../../tutorials/quickstart.md), selecting Splunk monitoring.
28
27
1. Open the [Splunk UI](http://localhost:8000).
29
28
30
-
## Splunk Connect for Ethereum Docker Compose
31
-
32
-
To run a development Besu node and connect it to Splunk Enterprise, use the Splunk Connect for Ethereum demonstration Docker Compose environment provided by Splunk.
33
-
34
-
### Requirements
35
-
36
-
-[Git](https://git-scm.com/)
37
-
-[Docker and Docker-compose](https://docs.docker.com/compose/install/)
38
-
39
-
:::info
40
-
41
-
A Splunk license is not required to use the Splunk Connect for Ethereum demonstration.
42
-
43
-
:::
44
-
45
-
### Steps
46
-
47
-
1. Clone the Splunk Connect for Ethereum repository:
1. Start the demonstration environment by following the Splunk Connect for Ethereum repository [README](https://github.com/splunk/splunk-connect-for-ethereum/tree/master/examples/besu).
55
-
56
-
:::note
57
-
58
-
Splunk enterprise takes some time to start.
59
-
60
-
Run `docker ps` and waitfor the `STATUS` of the 3 containers to be `Up [number] seconds (healthy)`.
61
-
62
-
```
63
-
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
64
-
127600dd1173 splunkdlt/ethlogger:latest "ethlogger" 53 seconds ago Up 51 seconds (healthy) ethlogger
65
-
88dfcee683c4 splunk/splunk:latest "/sbin/entrypoint.sh…" 53 seconds ago Up 52 seconds (healthy) 8065/tcp, 8088-8089/tcp, 8191/tcp, 9887/tcp, 9997/tcp, 0.0.0.0:18000->8000/tcp splunk
66
-
111b0c6d6072 hyperledger/besu:1.4.4 "besu" 53 seconds ago Up 52 seconds (healthy) 8545-8547/tcp, 30303/tcp besu
67
-
```
68
-
69
-
:::
70
-
71
29
## Use Splunk Enterprise as a Docker container
72
30
73
31
### Prerequisites
@@ -83,7 +41,8 @@ A Splunk license is not required to use the trial version of the Splunk Docker i
83
41
84
42
:::note
85
43
86
-
If running [Besu as a Docker container](../../get-started/install/run-docker-image.md), consider using [Splunk Connect for Ethereum Docker Compose](#splunk-connect-for-ethereum-docker-compose) or [Kubernetes](../deploy/kubernetes.md) instead of the Splunk Enterprise trial container.
44
+
If running [Besu as a Docker container](../../get-started/install/run-docker-image.md), consider using
45
+
[Kubernetes](../deploy/kubernetes.md) instead of the Splunk Enterprise trial container.
87
46
88
47
:::
89
48
@@ -144,7 +103,7 @@ If running [Besu as a Docker container](../../get-started/install/run-docker-ima
Copy file name to clipboardExpand all lines: docs/private-networks/tutorials/contracts/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"eth_sendTransaction","params":[{
164
164
165
165
## Use `eea_sendRawTransaction` for private contracts with web3js-quorum
166
166
167
-
To deploy a private contract to another node or [privacy group](../../concepts/privacy/privacy-groups.md) member, use the [web3js-quorum](https://www.npmjs.com/package/web3js-quorum) library and the [`eea_sendRawTransaction`](../../reference/api/index.md#eea_sendrawtransaction) API call. You must use this API call instead of [`eth_sendTransaction`](https://ethereum.github.io/execution-apis/api-documentation) because Besu keeps account management separate for stronger security.
167
+
To deploy a private contract to another node or [privacy group](../../concepts/privacy/privacy-groups.md) member, use the [web3js-quorum](https://www.npmjs.com/package/web3js-quorum) library and the [`eea_sendRawTransaction`](../../reference/api/index.md#eea_sendrawtransaction) API call. You must use this API call instead of [`eth_sendTransaction`](https://ethereum.github.io/execution-apis/) because Besu keeps account management separate for stronger security.
168
168
169
169
The Developer Quickstart provides an [example of a private transaction script](https://github.com/ConsenSys/quorum-dev-quickstart/blob/1e8cc281098923802845cd829ec20c88513c2e1c/files/besu/smart_contracts/privacy/scripts/private_tx.js).
Copy file name to clipboardExpand all lines: docs/public-networks/how-to/use-besu-api/authenticate.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -215,10 +215,10 @@ option depending on your needs.
215
215
:::danger Private key security
216
216
217
217
The private key must be kept secret. Never share private keys publicly or on a Web site, even if advertised as secure.
218
-
218
+
<!-- markdown-link-check-disable -->
219
219
Always keep your private keys safe -- ideally using [hardware](https://connect2id.com/products/nimbus-jose-jwt/examples/pkcs11) or [vault](https://www.vaultproject.io/docs/secrets/identity/identity-token) -- and define a strong security policy and
Copy file name to clipboardExpand all lines: docs/public-networks/tutorials/besu-teku-testnet.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -339,7 +339,7 @@ If you're running Teku as a beacon node only, you're all set. If you're also run
339
339
340
340
Stake your testnet ETH for one or more validators using the [Holesky Staking Launchpad](https://holesky.launchpad.ethereum.org/), [Hoodi Staking Launchpad](https://hoodi.launchpad.ethereum.org/), or [Ephemery Staking Launchpad](https://launchpad.ephemery.dev/).
341
341
342
-
You can check your validator status by searching your Ethereum address on the [Holesky explorer](https://holesky.beaconcha.in/), [Hoodi explorer](https://hoodi.cloud.blockscout.com/), or [Ephemery explorer](https://beaconchain.ephemery.dev/). It may take up to multiple days for your validator to be activated and start proposing blocks.
342
+
You can check your validator status by searching your Ethereum address on the [Holesky explorer](https://holesky.beaconcha.in/), [Hoodi explorer](https://hoodi.etherscan.io/), or [Ephemery explorer](https://explorer.ephemery.dev/). It may take up to multiple days for your validator to be activated and start proposing blocks.
0 commit comments